fileExists
Checks if a file exists at the specified path.
Return
true
if the file exists, false
otherwise.
Parameters
filePath
The path of the file to check.
Throws
If an error occurs during the check.
If the operation is cancelled.
Checks if a file exists at the specified path.
true
if the file exists, false
otherwise.
The path of the file to check.
If an error occurs during the check.
If the operation is cancelled.