SplitPathToParts
Determines the information about the filesystem on which the pathname inPath is located.
Syntax
C++
Python
def SplitPathToParts( inPath: str, / ) -> outPathParts: list[str]
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inPath | str | Input path | |
![]() |
outPathParts | list[str] |


