Function psp::sys::sceIoChdir

source ·
#[no_mangle]
pub unsafe extern "C" fn sceIoChdir(path: *const u8) -> i32
Expand description

Change the current directory.

§Parameters

  • path: The path to change to.

§Return value

< 0 on error.