Skip to content
Please update to the latest release 0.77.2 to address Multiple CVEs.
path_split

path_split

Function
Arg Description Type
path Path to split into components. Any (required)
path_type Type 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.