pub unsafe extern "C" fn FSPXI_OpenDirectory(
serviceHandle: Handle,
out: *mut FSPXI_Directory,
archive: FSPXI_Archive,
path: FS_Path,
) -> ResultExpand description
Opens a directory.
ยงArguments
out- Pointer to output the directory handle to.archive- Archive containing the directory.path- Path of the directory.