Function psp::sys::sceIoDopen

source ·
#[no_mangle]
pub unsafe extern "C" fn sceIoDopen(dirname: *const u8) -> SceUid
Expand description

Open a directory

§Parameters

  • dirname: The directory to open for reading.

§Return value

If >= 0 then a valid file descriptor, otherwise a Sony error code.