English
Appearance
Requires a Node.js runtime ('qsu/node')
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