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.
fs.existsSync(path)
fs.statSync() or fs.accessSync() instead.Synchronous version of fs.exists(). Returns true if the file exists, false otherwise.
Please login to continue.