Function ctru_sys::FSUSER_OpenFile
source · pub unsafe extern "C" fn FSUSER_OpenFile(
out: *mut Handle,
archive: FS_Archive,
path: FS_Path,
openFlags: u32_,
attributes: u32_
) -> Result
Expand 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.