Closes the file descriptor. Returns undefined.
undefined
Calling fs.closeSync() on any file descriptor (fd) that is currently in use through any other fs operation may lead to undefined behavior.
fs.closeSync()
fd
fs
See the POSIX close(2) documentation for more detail.
close(2)
v0.1.21
Generated using TypeDoc
Closes the file descriptor. Returns
undefined
.Calling
fs.closeSync()
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.