FileData Properties |
The FileData type exposes the following members.
| Name | Description | |
|---|---|---|
| Exists |
Gets a flag indicating whether the file exists.
| |
| Extension |
Gets or sets the extension of the file.
| |
| FileName |
Gets the name and extension of the file.
| |
| FileNameWithoutExtension |
Gets the file name without extension.
| |
| Folder |
Gets the directory where the file resides.
| |
| Format |
Gets or sets the format of the file.
| |
| FullName |
Gets or sets the path that points to the file.
| |
| LastModified |
Gets or sets the date when the file was last modified.
| |
| Length |
Gets or sets the length of the file in bytes.
| |
| PageCount |
Gets or sets the number of pages in the file.
|