Version:
GetAttributes(IFileOperationsExecuter agent, string path) Method
Returns the attributes of the specified file.
Syntax
public
static
System.IO.FileAttributes GetAttributes(IFileOperationsExecuter agent, string path)
Parameters
- agent
- Type: IFileOperationsExecuter
The agent.
- path
- Type: string
The full path of the file.
Returns
The attributes of the file.