Searched refs:NotDir (Results 1 – 2 of 2) sorted by relevance
63 return Err(ExecuteErrorType::NotDir(path.to_str().unwrap().to_string())); in shell_cmd_cd()
294 ExecuteErrorType::NotDir(ref path) => eprintln!("Not a Directory: {path}"), in handle()317 NotDir(String), enumerator