pub fn split_path(path: &str) -> (&str, &str)
Split a path str to (base_path, file_name)
path
(base_path, file_name)