Home
last modified time | relevance | path

Searched refs:NotDir (Results 1 – 2 of 2) sorted by relevance

/NovaShell/src/shell/command/
H A Dmod.rs63 return Err(ExecuteErrorType::NotDir(path.to_str().unwrap().to_string())); in shell_cmd_cd()
/NovaShell/src/
H A Dparser.rs294 ExecuteErrorType::NotDir(ref path) => eprintln!("Not a Directory: {path}"), in handle()
317 NotDir(String), enumerator