Function ctru_sys::FSPXI_HasFile
source · pub unsafe extern "C" fn FSPXI_HasFile(
serviceHandle: Handle,
archive: FSPXI_Archive,
out: *mut bool,
path: FS_Path
) -> Result
Expand description
Checks if the archive contains a file at path.
§Arguments
archive
- Archive to check.out
- Pointer to output existence to.path
- Path to check for file