FileInfo Properties |
The FileInfo type exposes the following members.
Name | Description | |
---|---|---|
Attributes |
File attributes.
| |
CreationTime |
Creation date of file.
| |
Directory |
Directory of file.
| |
DirectoryName |
Directory name of file (without path).
| |
Exists |
If file exists.
| |
Extension |
File extension.
| |
FullName |
Full name of file (with whole path).
| |
IsReadOnly |
If is read only.
| |
LastAccessTime |
Last access time of file.
| |
LastWriteTime |
Last write time to file.
| |
Length |
Length of file.
| |
Name |
File name of file (without path).
| |
SystemInfo |
System.IO file info object corresponding to this file
|