Abstract
Internal
Rest
...args: any[]Protected
Optional
Internal
_disableWhether the sync cache should be disabled. Only affects async things.
Abstract
createCreate the file at path
with mode
. Then, open it with flag
.
Abstract
createCreate the file at path
with mode
. Then, open it with flag
.
Abstract
linkAbstract
linkGet metadata about the current file system
Abstract
mkdirAbstract
mkdirAbstract
openOpens the file at path
with flag
. The file must exist.
The path to open.
The flag to use when opening the file.
Abstract
openOpens the file at path
with flag
. The file must exist.
The path to open.
The flag to use when opening the file.
Abstract
readdirAbstract
readdirAbstract
renameAbstract
renameAbstract
rmdirAbstract
rmdirAbstract
statAbstract
statAbstract
syncAbstract
syncAbstract
unlinkAbstract
unlink
Provides a consistent and easy to use internal API. Default implementations for
exists
andexistsSync
are included. If you are extending this class, note that every path is an absolute path and all arguments are present.