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 6abd459 commit 9c8d036Copy full SHA for 9c8d036
doc/api/fs.md
@@ -799,7 +799,7 @@ added: v0.1.21
799
* `path` {string|Buffer}
800
801
Synchronous version of [`fs.exists()`][].
802
-Returns `true` if the file exists, `false` otherwise.
+Returns `true` if the path exists, `false` otherwise.
803
804
Note that `fs.exists()` is deprecated, but `fs.existsSync()` is not.
805
(The `callback` parameter to `fs.exists()` accepts parameters that are
0 commit comments