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.