RemoveFile_Multiple
Removes files that match a pattern from a directory.
Syntax
C++
Python
def RemoveFile_Multiple( inStartDirectory: str, inMask: str, inProcessSubdirectories: bool, / ) -> outSuccess: bool
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inStartDirectory | str | Path to the directory from which the files are to be deleted | |
![]() |
inMask | str | Wildcard pattern | |
![]() |
inProcessSubdirectories | bool | Process subdirectories recursively | |
![]() |
outSuccess | bool | Whether the deletion was successful or not |


