pub unsafe extern "C" fn FSPXI_HasDirectory(
    serviceHandle: Handle,
    archive: FSPXI_Archive,
    out: *mut bool,
    path: FS_Path
) -> Result
Expand description

Checks if the archive contains a directory at path.

§Arguments

  • archive - Archive to check.
  • out - Pointer to output existence to.
  • path - Path to check for directory