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
Input value inPath str Input path
Output value outPathParts list[str]