Closes the file descriptor. No arguments other than a possible exception are given to the completion callback.
Calling fs.close() on any file descriptor (fd) that is currently in use through any other fs operation may lead to undefined behavior.
fs.close()
fd
fs
See the POSIX close(2) documentation for more detail.
close(2)
v0.0.2
Optional
Closes the file descriptor. No arguments other than a possible exception are given to the completion callback.
Calling
fs.close()
on any file descriptor (fd
) that is currently in use through any otherfs
operation may lead to undefined behavior.See the POSIX
close(2)
documentation for more detail.Since
v0.0.2