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.

Returns

SlimFileInfo representing the specified file.

Exceptions

System.ArgumentNullException

path is null (Nothing in Visual Basic) or empty.