| Maptitude GISDK Help |
Copies a file.
CopyFile(string src_path, string dest_path)
| Argument | Contents |
|---|---|
| src_path | The full or partial path of the original file |
| dest_path | The full or partial path of the new file |
CopyFile() does not accept wildcards (? and *).
For more information on full and partial paths, see Identifying Files and Folders.
| Error Type | Meaning |
|---|---|
| Error | The file could not be copied (e.g., out of disk space) |
| NotFound | The original file does not exist |
| Function | Summary |
|---|---|
| DeleteFile() | Deletes a file |
| GetFileInfo() | Gets information about a file |
| RenameFile() | Copies, moves, or changes the name of a file |
| ©2025 Caliper Corporation | www.caliper.com |