pub unsafe extern "C" fn FSUSER_CreateFile(
archive: FS_Archive,
path: FS_Path,
attributes: u32_,
fileSize: u64_,
) -> ResultExpand 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.