saker.standard Documentation TaskDoc JavaDoc Packages
Result of a file copy operation. Provides access to the file location of the copy source file. If the copying was done using directories, then contains the list of CopiedFiles that were copied during the operation. The CopiedFiles field contains the target file locations to where the files were copied.
Summary
Fields
CopiedFilesCollection of file locations that were copied during a directory copying.
TargetThe target location of the copy operation.
Fields
Collection of file locations that were copied during a directory copying. If the copy operation copied the subfiles of the source directory, then this field contains the file locations that were copied. The file locations point to the target location where the copied files ended up. If the copy operation didn't copy subfiles or subdirectories, then this field is empty.
The target location of the copy operation. This is the same file location that was passed as the Target input parameter to thestd.file.copy() task.