Version:
GetFileInfoAsync(string path) Method
Returns information about the file at the specified path.
Syntax
public
abstract
Task<Inedo.IO.SlimFileInfo> GetFileInfoAsync(string path)
Parameters
- path
- Type: string
The path of the file.
Returns
Information about the specified file.