path_split

Function

ArgDescriptionType
pathPath to split into components.Any (required)
path_typeType of path (e.g. ‘windows’)string

Description

Split a path into components. Note this is more complex than just split() because it takes into account path escaping.