Function ctru_sys::FSPXI_CreateFile
source · pub unsafe extern "C" fn FSPXI_CreateFile(
serviceHandle: Handle,
archive: FSPXI_Archive,
path: FS_Path,
attributes: u32_,
fileSize: u64_
) -> Result
Expand description
Creates a file.
§Arguments
archive
- Archive to create the file in.path
- Path of the file.attributes
- Attributes of the file.size
- Size of the file.