Function FSPXI_DeleteFile
Source pub unsafe extern "C" fn FSPXI_DeleteFile(
serviceHandle: Handle,
archive: FSPXI_Archive,
path: FS_Path,
) -> Result
Expand description
Deletes a file.
ยงArguments
archive - Archive containing the file.
path - Path of the file.