pub unsafe extern "C" fn FSUSER_OpenFile(
out: *mut Handle,
archive: FS_Archive,
path: FS_Path,
openFlags: u32_,
attributes: u32_,
) -> ResultExpand description
Opens a file.
ยงArguments
out- Pointer to output the file handle to.archive- Archive containing the file.path- Path of the file.openFlags- Flags to open the file with.attributes- Attributes of the file.