SplitFileNameToParts
Splits the filename to base and extension, the extension is considered
Syntax
C++
Python
def SplitFileNameToParts( inPath: str, / ) -> ( outNameBase: str, outExtension: str )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inPath | str | Input path | |
![]() |
outNameBase | str | ||
![]() |
outExtension | str |


