<< Click to Display Table of Contents >>

FileInfo

This class provides information about files and folders.


Property Detail

IsDirectory

public bool IsDirectory

Whether it is a directory.

Name

public string Name

The name of the file or directory.

Size

public long Size

The size of the file or directory.

LastModified

public DateTime LastModified

The time of the last modification of the file or directory, calculated as a date and time based on 00:00:00 GMT on January 1, 1970.