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