File
A File object represents the name of a local file:
Alternatively:
A file can be opened for reading or writing, using the open_r
and open_w
methods, respectively:
Creating a new file:
A File abstracts an entity on the filesystem by name; a FileHandle abstracts a file descriptor in memory.
See the FileHandle documentation for more information.
Last updated