We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1818bb7 commit d7f81cbCopy full SHA for d7f81cb
doc/api/fs.md
@@ -2441,6 +2441,9 @@ See the POSIX close(2) documentation for more detail.
2441
2442
### `fs.copyFile(src, dest[, mode], callback)`
2443
2444
+Note: `fs.copyFile()` always dereferences symbolic links.
2445
+If `src` is a symbolic link, the contents of the target file will be copied rather than the link itself.
2446
+
2447
<!-- YAML
2448
added: v8.5.0
2449
changes:
0 commit comments