Function FSPXI_DeleteDirectory

Source
pub unsafe extern "C" fn FSPXI_DeleteDirectory(
    serviceHandle: Handle,
    archive: FSPXI_Archive,
    path: FS_Path,
) -> Result
Expand description

Deletes a directory.

ยงArguments

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