Version:
FileExistsAsync(string path) Method
Returns a value indicating whether a file exists at the specified path.
Syntax
public
abstract
Task<bool> FileExistsAsync(string path)
Parameters
- path
- Type: string
The path of the file.
Returns
True if the file exists; otherwise false.