pub fn current_dir(
    engine_state: &EngineState,
    stack: &Stack
) -> Result<PathBuf, ShellError>
Expand description

Calls current_dir_str() and returns the current directory as a PathBuf