Back to Aurora Vision Studio website

You are here: Start » Filter Reference » System » File System » CopyFiles

CopyFiles


Module: FoundationLite

Copies files that match a pattern from a directory to other directory.

Name Type Description
Input value inStartDirectory Directory
Input value inMask String Wildcard pattern
Input value inOutputDirectory Directory
Input value inProcessSubdirectories Bool
Input value inOverwrite Bool
Output value outSuccess Bool

Errors

This filter can throw an exception to report error. Read how to deal with errors in Error Handling.

List of possible exceptions:

Error type Description
DomainError inMask needs to be filled in CopyFiles.
DomainError inOutputDirectory needs to be filled in CopyFiles.
DomainError inStartDirectory needs to be filled in CopyFiles.

Complexity Level

This filter is available on Basic Complexity Level.