CopyFiles
Copies files that match a pattern from a directory to other directory.
Syntax
C++
Python
def CopyFiles( inStartDirectory: str, inMask: str, inOutputDirectory: str, inProcessSubdirectories: bool, inOverwrite: bool, / ) -> outSuccess: bool
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inStartDirectory | str | ||
![]() |
inMask | str | Wildcard pattern | |
![]() |
inOutputDirectory | str | ||
![]() |
inProcessSubdirectories | bool | ||
![]() |
inOverwrite | bool | ||
![]() |
outSuccess | bool |


