FileSpec Methods (Typed) |
The FileSpec type exposes the following members.
Name | Description | |
---|---|---|
AppendToPath |
Append a subdirectory to the end of this file specification's path.
| |
Copy(String, Logic) |
Make a copy of the file represented by this file specification.
| |
Copy(FileSpec, Logic) |
Make a copy of the file represented by this file specification.
| |
Delete |
Delete the file represented by this file specification.
| |
Error(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.
| |
Error(Error, Symbol) |
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(String, Logic) |
Move the file represented by this file specification to a new location.
| |
Move(FileSpec, Logic) |
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(String, Logic) |
Rename the file represented by this file specification.
| |
Rename(FileSpec, Logic) |
Rename the file represented by this file specification.
|