Function ctru_sys::FSDIR_Read
source · pub unsafe extern "C" fn FSDIR_Read(
handle: Handle,
entriesRead: *mut u32_,
entryCount: u32_,
entries: *mut FS_DirectoryEntry
) -> Result
Expand description
Reads one or more directory entries.
§Arguments
handle
- Handle of the directory.entriesRead
- Pointer to output the number of entries read to.entryCount
- Number of entries to read.entryOut
- Pointer to output directory entries to.