Internal
Abstract
createAbstract
linkAbstract
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
readdirAbstract
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
renameAbstract
rmdirAbstract
statAbstract
syncAbstract
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
Create the file at
path
with the given options. Then, open it withflag
.