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 444362e commit d193431Copy full SHA for d193431
doc/api/fs.md
@@ -1099,7 +1099,7 @@ changes:
1099
* `path` {string|Buffer|URL}
1100
1101
Synchronous version of [`fs.exists()`][].
1102
-Returns `true` if the file exists, `false` otherwise.
+Returns `true` if the path exists, `false` otherwise.
1103
1104
Note that `fs.exists()` is deprecated, but `fs.existsSync()` is not.
1105
(The `callback` parameter to `fs.exists()` accepts parameters that are
0 commit comments