FileSpec Methods |
The FileSpec type exposes the following members.
Name | Description | |
---|---|---|
AppendToPath |
Append a subdirectory to the end of this file specification's path.
| |
Copy |
Make a copy of the file represented by this file specification.
| |
Delete |
Delete the file represented by this file specification.
| |
Error |
Provide a method for handling error conditions raised during FileSpec processing. This is an event handler: it is automatically called by other methods; the developer does not normally need to call the error method, but might want to replace or amend it.
| |
Find |
Search the disk for the file represented by this file specification, indicate if it exists, and if so, store its full path information in this file specification for future reference.
| |
Move |
Move the file represented by this file specification to a new location.
| |
PathUp |
Remove the last subdirectory from the end of this file specification's path.
| |
Rename |
Rename the file represented by this file specification.
|