diff --git a/doc/api/fs.markdown b/doc/api/fs.markdown index ed114ed094..dc657a476a 100644 --- a/doc/api/fs.markdown +++ b/doc/api/fs.markdown @@ -367,11 +367,11 @@ non-existent. ## fs.existsSync(path) + Stability: 0 - Deprecated: Use [fs.statSync][] or [fs.accessSync][] instead. + Synchronous version of [`fs.exists`][]. Returns `true` if the file exists, `false` otherwise. - Stability: 0 - Deprecated: Use [fs.statSync][] or [fs.accessSync][] instead. - ## fs.fchmod(fd, mode, callback) Asynchronous fchmod(2). No arguments other than a possible exception