pub unsafe extern "C" fn FSUSER_OpenDirectory(
out: *mut Handle,
archive: FS_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.