BuildMaster SDK Reference
Version:

SlimFileInfo Class

Similar to System.IO.FileInfo, but handles long paths.

Inheritance Hierarchy

Syntax

public class SlimFileInfo : SlimFileSystemInfo

Constructors

Name Description
SlimFileInfo(string path)

Initializes a new instance of the SlimFileInfo class.

SlimFileInfo(string path, System.DateTime lastWriteTime, long size, System.IO.FileAttributes attributes)

Initializes a new instance of the SlimFileInfo class.

Properties

Name Description
IsReadOnly

Gets a value indicating whether the file is read only.

Size

Gets the size of the file in bytes.