BuildMaster SDK Reference
Version:
GetAttributes(string path) Method
Returns the attributes of the specified file.
Syntax
public
static
System.IO.FileAttributes GetAttributes(string path)
Parameters
- path
- Type: string
The path of the file.
Returns
The attributes of the file.
Exceptions
System.ArgumentNullException
|
path is null (Nothing in Visual Basic) or empty.
|