RemoveFile_Single
Removes single file.
Syntax
C++
Python
def RemoveFile_Single( inFile: str, / ) -> outSuccess: bool
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inFile | str | Path to the file to delete | |
![]() |
outSuccess | bool | Whether the deletion was successful or not |


