English
Appearance
Returns true if the file at the given path exists.
true
filePath::string
Promise:boolean
await isFileExists('text.txt'); // true await isFileExists('not-exist.txt'); // false