Content-Length: 8424 | pFad | https://doc.rust-lang.org/std/option/../string/../path/../env/fn.current_dir.html

current_dir in std::env - Rust

current_dir

Function current_dir 

1.0.0 · Source
pub fn current_dir() -> Result<PathBuf>
Expand description

Returns the current working directory as a PathBuf.

§Platform-specific behavior

This function currently corresponds to the getcwd function on Unix and the GetCurrentDirectoryW function on Windows.

§Errors

Returns an Err if the current working directory value is invalid. Possible cases:

  • Current directory does not exist.
  • There are insufficient permissions to access the current directory.

§Examples

use std::env;

fn main() -> std::io::Result<()> {
    let path = env::current_dir()?;
    println!("The current directory is {}", path.display());
    Ok(())
}








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: https://doc.rust-lang.org/std/option/../string/../path/../env/fn.current_dir.html

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy