Internal
Abstract
createCreate the file at path
with the given options.
Test whether or not path
exists.
Abstract
linkAbstract
mkdirAbstract
readReads into a buffer
The buffer to read into. You must set the byteOffset
and byteLength
appropriately!
The offset into the file to start reading from
The position in the file to stop reading
Abstract
readdirAbstract
renameAbstract
rmdirAbstract
statAbstract
syncAbstract
touchAbstract
unlinkAbstract
writeWrites a buffer to a file
The buffer to write. You must set the byteOffset
and byteLength
appropriately!
The offset in the file to start writing
Asynchronous
FileSystem
methods. This is a convenience type for all of the async operations.