pub unsafe extern "C" fn FSPXI_HasDirectory(
serviceHandle: Handle,
archive: FSPXI_Archive,
out: *mut bool,
path: FS_Path,
) -> ResultExpand 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