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

Opens a directory.

§Arguments

  • out - Pointer to output the directory handle to.
  • archive - Archive containing the directory.
  • path - Path of the directory.