| Values | |
openOptions | shared openOptions openOptions |
| Classes | |
AsyncFile | shared AsyncFileRepresents 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 |
FileProps | shared FilePropsRepresents properties of a file on the file system. |
FileSystem | shared FileSystemContains 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 FileSystemPropsRepresents properties of the file system. |
OpenOptions | shared OpenOptionsDescribes how an AsyncFile should be opened. |
openOptions | shared openOptions |