diff --git a/doc/api/fs.md b/doc/api/fs.md index 6ea9fa9fdde0f2..d4ab0b4f01588d 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -2441,6 +2441,9 @@ See the POSIX close(2) documentation for more detail. ### `fs.copyFile(src, dest[, mode], callback)` +Note: `fs.copyFile()` always dereferences symbolic links. +If `src` is a symbolic link, the contents of the target file will be copied rather than the link itself. +