Skip to main content

split_path

Function split_path 

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

Split a file path into components, handling both Unix and Windows separators.