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.
fs.realpath
1 parent 8d628c3 commit 585f2a2Copy full SHA for 585f2a2
doc/api/fs.md
@@ -3987,6 +3987,9 @@ the path returned will be passed as a {Buffer} object.
3987
If `path` resolves to a socket or a pipe, the function will return a system
3988
dependent name for that object.
3989
3990
+A path that does not exist results in an ENOENT error.
3991
+`error.path` is the absolute file path.
3992
+
3993
### `fs.realpath.native(path[, options], callback)`
3994
3995
<!-- YAML
0 commit comments