FileData Methods |
The FileData type exposes the following members.
| Name | Description | |
|---|---|---|
| CopyTo |
Copies the current file to the specified destination file.
| |
| CopyToFolder |
Copies the current file to the specified destination folder
| |
| Delete |
Deletes the current file.
| |
| GetFormat |
Get the current file format using file extension or content signature.
| |
| MoveTo |
Moves the current file to the specified destination file.
| |
| MoveToFolder |
Moves the current file to the specified destination folder
| |
| TryDelete |
Attempts to delete the current file.
|