FilesystemService (since version 2.0)
Type Service
Constants
integer OPERATION_READ = 1
The operation mode for reading plain text files.
integer OPERATION_READ_BINARY = 2
The operations to read from binary files.
integer OPERATION_WRITE = 4
The operation mode to write to plain text files.
integer OPERATION_WRITE_BINARY = 16
The operation mode to write to binaries files.
integer OPERATION_WRITE_BINARY_END = 32
The operation mode to write to the end of binary files.
Show all constants (6)
Methods
Description
The filesystem service offers simple methods for handling files operations.
We did added this service, because of themany times we used the basic operations in many applications.
We did added this service, because of themany times we used the basic operations in many applications.
Last change 10/15/2009