[][src]Crate path_dedot

Structs

MAIN_SEPARATOR

The main separator for the target OS.

Traits

ParseDot

Make Path and PathBuf have parse_dot method.

Functions

update_cwd

Update the CWD cached in the path-dedot crate after using the std::env::set_current_dir function. Updating might fail when there are other threads using this function. Return whether the updating is successful.