diff --git a/doc/api/fs.md b/doc/api/fs.md index e95865db7fb200..04387a98d3d320 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -3892,6 +3892,9 @@ the path returned will be passed as a {Buffer} object. If `path` resolves to a socket or a pipe, the function will return a system dependent name for that object. +A path that does not exist results in an ENOENT error. +`error.path` is the absolute file path. + ### `fs.realpath.native(path[, options], callback)`