pub unsafe extern "C" fn FSUSER_DeleteFile(
    archive: FS_Archive,
    path: FS_Path
) -> Result
Expand description

Deletes a file.

§Arguments

  • archive - Archive containing the file.
  • path - Path of the file.