BuildMaster SDK Reference
Version:
GetInfo(string path) Method
Returns a SlimFileInfo representing the file at the specified path.
Syntax
public
static
SlimFileInfo GetInfo(string path)
Parameters
- path
- Type: string
The path of the file.
Exceptions
System.ArgumentNullException
|
path is null (Nothing in Visual Basic) or empty.
|