pub fn split_completion_path_components(path: &str) -> (String, String)
Split sanitized completion path into (directory_part, file_prefix).
(directory_part, file_prefix)