The IFileSystemInfo interface contains properties and methods that are used to work with system information of files and directories.
IFileSystemInfo
| Property name | Brief description | |
| The Attributes property determines file attributes. | ||
| The CreationTime property determines date and time of file creation. | ||
| The Exists property returns whether a file exists. | ||
| The Extension property returns a file extension including ".". | ||
| The FullName property returns a full path and a file name. | ||
| The LastAccessTime property determines date and time of the last file opening. | ||
| The LastWriteTime property determines date and time of the last file edit. | ||
| The Name property returns file name. |
| Method name | Brief description | |
| The Delete method deletes a file. |
See also: