pub fn split_path(path: &str) -> (&str, &str)
Expand description

Split a path str to (base_path, file_name)