diff --git a/doc/api/fs.md b/doc/api/fs.md index a70f56f3c922af..be46b022e6953e 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -3773,6 +3773,9 @@ The recursive option is only supported on macOS and Windows. An `ERR_FEATURE_UNAVAILABLE_ON_PLATFORM` exception will be thrown when the option is used on a platform that does not support it. +On Windows, no events will be emitted if the watched directory is moved or +renamed. An `EPERM` error is reported when the watched directory is deleted. + #### Availability