Click or drag to resize

FileSpec Properties (Typed)

X#

The FileSpec type exposes the following members.

Properties
  NameDescription
Public propertyCode exampleAttributes
One or more of the following characters concatenated into a string, indicating the attributes of the file represented by this file specification:
Public propertyDateChanged
A date value denoting when the file was created or last changed. If the file is not found, NULL_DATE is returned.
Public propertyCode exampleDrive
A string representing the drive defined to this file specification.
Public propertyErrInfo
Return the error object from the last Copy() or Move() operation.
Public propertyExtension
A string representing the extension defined to this file specification.
Public propertyCode exampleFileName
A string representing the file name defined to this file specification.
Public propertyCode exampleFullPath
A string representing the full path name defined to this file specification.
Public propertyCode examplePath
A string representing the path defined to this file specification.
Public propertySize
A numeric value representing the size, in bytes, of the file represented by this file specification.
Public propertyTimeChanged
A string indicating the time when the file was created or last changed.
Top
See Also