Function wasix::lib_generated64::chdir
source · pub unsafe fn chdir(path: &str) -> Result<(), Errno>
Expand description
Sets the current working directory
Parameters
path
- Path to change the current working directory to
pub unsafe fn chdir(path: &str) -> Result<(), Errno>
Sets the current working directory
path
- Path to change the current working directory to