Check asynchronously if a file exists
await fileExists("filePath.txt") Copy
await fileExists("filePath.txt")
File path that should be checked
Generated using TypeDoc
Check asynchronously if a file exists
Example