Errors#
To enable proper tracking of files and to prevent erroneous file copies, CopyTargetv1.4 enforces the following guidelines. Violations are reported with an error and the line of the offending code.
Fault |
Description |
Error |
---|---|---|
Files cannot be copied implicitly. |
Copying directories is not permitted. |
In case of violation, CopyTarget throws an error saying, for example, |
Use of wildcards in file names in not permitted. |
Wildcard expansion is not permitted. |
In case of violation, CopyTarget throws an error saying, for example, |
Directory path entries must end with a slash ( |
Directories must end in a trailing slash to differentiate from files. |
In case of violation, CopyTarget throws an error saying |
Metadata of each file must be defined. |
All metadata must be specified. |
In case of violation, CopyTarget throws an error saying, for example, |