Click or drag to resize

FileData Properties

The FileData type exposes the following members.

Properties
  NameDescription
Public propertyExists
Gets a flag indicating whether the file exists.
Public propertyExtension
Gets or sets the extension of the file.
Public propertyFileName
Gets the name and extension of the file.
Public propertyFileNameWithoutExtension
Gets the file name without extension.
Public propertyFolder
Gets the directory where the file resides.
Public propertyFormat
Gets or sets the format of the file.
Public propertyFullName
Gets or sets the path that points to the file.
Public propertyLastModified
Gets or sets the date when the file was last modified.
Public propertyLength
Gets or sets the length of the file in bytes.
Public propertyPageCount
Gets or sets the number of pages in the file.
Top
See Also