Function 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.