Skip to main content

path_components

Function path_components 

Source
pub fn path_components(path: &str) -> Vec<&str>
Expand description

Split a Windows path (\dir\file, also tolerating /) into its non-empty components, for walking ForensicFs::lookup from the root.