[][src]Function coreutils_core::env::current_dir_logical

pub fn current_dir_logical() -> Result<PathBuf, Error>

Get the logical path of the current directory.

Errors

If the functions encounters any form of VarError when getting environment variable or if a call inside set a errno (I/O Error), an error variant will be returned.