FileSpec Properties |
The FileSpec type exposes the following members.
Name | Description | |
---|---|---|
Attributes |
One or more of the following characters concatenated into a string, indicating the attributes of the file represented by this file specification:
| |
DateChanged |
A date value denoting when the file was created or last changed. If the file is not found, NULL_DATE is returned.
| |
Drive |
A string representing the drive defined to this file specification.
| |
ErrInfo | Return the error object from the last Copy() or Move() operation. | |
Extension |
A string representing the extension defined to this file specification.
| |
FileName |
A string representing the file name defined to this file specification.
| |
FullPath |
A string representing the full path name defined to this file specification.
| |
Path |
A string representing the path defined to this file specification.
| |
Size |
A numeric value representing the size, in bytes, of the file represented by this file specification.
| |
TimeChanged |
A string indicating the time when the file was created or last changed.
|