Values | |
copyOptions | shared copyOptions copyOptions |
openOptions | shared openOptions openOptions |
Classes | |
AsyncFile | shared AsyncFile Represents a file on the file-system which can be read from, or written to asynchronously. This class also implements ReadStream and WriteStream. This allows the data to be pumped to and from other streams, e.g. an HttpClientRequest instance, using the Pump class |
CopyOptions | shared CopyOptions Describes the copy (and move) options. |
FileProps | shared FileProps Represents properties of a file on the file system. |
FileSystem | shared FileSystem Contains a broad set of operations for manipulating files on the file system. A (potential) blocking and non blocking version of each operation is provided. The non blocking versions take a handler which is called when the operation completes or an error occurs.
The blocking versions are named Please consult the documentation for more information on file system support. |
FileSystemProps | shared FileSystemProps Represents properties of the file system. |
OpenOptions | shared OpenOptions Describes how an AsyncFile should be opened. |
copyOptions | shared copyOptions |
openOptions | shared openOptions |