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