Version:
GetAttributesAsync(string path) Method
Returns the attributes of the specified file.
Syntax
public
abstract
Task<System.IO.FileAttributes> GetAttributesAsync(string path)
Parameters
- path
- Type: string
The full path of the file.
Returns
The attributes of the file.