Function ctru_sys::FSUSER_OpenDirectory
source · pub unsafe extern "C" fn FSUSER_OpenDirectory(
out: *mut Handle,
archive: FS_Archive,
path: FS_Path
) -> Result
Expand description
Opens a directory.
§Arguments
out
- Pointer to output the directory handle to.archive
- Archive containing the directory.path
- Path of the directory.