pub unsafe extern "C" fn FSUSER_CreateFile(
    archive: FS_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.
  • fileSize - Size of the file.