File objects

The File Object allows the user to open files both remotely and locally and perform read and write operations on them. Files can be opened in various modes ranging from creating a new file to opening an existent file to opening a file and deleting its contents. Files can also be opened for reading, writing and also query mode only (where one can only check files size and attributes without being able to write or read from the file). Apart from writing and reading operations the File Object also supports common file operations such as checking file size, seeking and attributes.

This section contains information about the following File objects: