Module std::env
[−]
[src]
Enviroment data
Reexports
use core::prelude::v1::*; |
use alloc::boxed::Box; |
use fs::File; |
use path::{Path, PathBuf}; |
use io::Result; |
use slice::Iter; |
use string::{String, ToString}; |
use vec::Vec; |
use system::error::{Error, ENOENT}; |
use system::syscall::sys_chdir; |
Statics
_args |
Functions
args |
Arguments |
args_destroy |
Destroy arguments |
args_init |
Initialize arguments |
current_dir |
Method to return the current directory If the current directory cannot be found, None will be returned |
set_current_dir |
Set the current directory |
var |