Function FSUSER_DeleteFile

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