Search notes:

System.IO.FileSystemInfo

A System.IO.FileSystemInfo represents the common attributes and functionalities of the two file system objects file and directory (which themselves are represented by the respective derived classes

Properties and methods

Attributes Returns a System.IO.FileAttributes
CreateAsSymbolicLink()
CreationTime, LastAccessTime, LastWriteTime These three properties also coms in Utc variants (CreationTimeUtc etc.)
Delete()
Exists
Extension
FullName
FullPath The fully qualifed path of the directory or file, compare with OriginalPath. This field is protected.
GetObjectData()
LinkTarget
Name
OriginalPath The path originally specified, compare with FullPath. This field is protected.
Refresh()
ResolveLinkTarget()
ToString()

Index