Function 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