Back to Aurora Vision Studio website
	
                
                    
	
		
	You are here: Start » Filter Reference » System » File System » CopyFiles
| Module: | FoundationLite | 
|---|
Copies files that match a pattern from a directory to other directory.
| Name | Type | Description | |
|---|---|---|---|
![]()  | 
				inStartDirectory | Directory | |
![]()  | 
				inMask | String | Wildcard pattern | 
![]()  | 
				inOutputDirectory | Directory | |
![]()  | 
				inProcessSubdirectories | Bool | |
![]()  | 
				inOverwrite | Bool | |
![]()  | 
				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.

 Basic
