diff --git a/doc/api/fs.md b/doc/api/fs.md index 84bdf4894b0e4e..7411135e0b3def 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -1761,6 +1761,10 @@ fs.copyFileSync('source.txt', 'destination.txt', COPYFILE_EXCL); + +The `'close'` event is emitted when the `FileHandle` and any of its underlying +resources (a file descriptor, for example) have been closed. + #### `filehandle.appendFile(data, options)`