Name

open — Opens a file for reading or writing.

Synopsis

open filename [w]

Description

Opens filename for reading or writing, depending on whether the w flag is set or not. The form of filename is platform-dependant. On Java ME systems, it needs to be a URI.