diff --git a/doc/api/fs.md b/doc/api/fs.md index 1e971a755c8995..f1a4755a926711 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -1751,6 +1751,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)`