[][src]Function linux::syscall::chdir

pub fn chdir(path: KStr) -> c_int

Changes the current working directory.

[argument, path] The new working directory.

[return_value] Returns success or an error value.

= See also

  • link:man:chdir(2)