English
Appearance
If a file or directory exists at the specified path, it returns true.
true
filePath::string
Promise:boolean
await isFileExists('text.txt'); // true await isFileExists('not-exist.txt'); // false