[][src]Function path_dedot::update_cwd

pub unsafe fn update_cwd() -> bool

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.