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 a5d63f9 commit a6d624cCopy full SHA for a6d624c
doc/api/fs.md
@@ -4115,6 +4115,9 @@ the path returned will be passed as a {Buffer} object.
4115
If `path` resolves to a socket or a pipe, the function will return a system
4116
dependent name for that object.
4117
4118
+A path that does not exist results in an ENOENT error.
4119
+`error.path` is the absolute file path.
4120
+
4121
### `fs.realpath.native(path[, options], callback)`
4122
4123
<!-- YAML
0 commit comments