public function ArchiverInterface::remove in Drupal 7
Removes the specified file from the archive.
Parameters
$path: The file name relative to the root of the archive to remove.
Return value
ArchiverInterface The called object.
2 methods override ArchiverInterface::remove()
- ArchiverTar::remove in modules/
system/ system.archiver.inc - Removes the specified file from the archive.
- ArchiverZip::remove in modules/
system/ system.archiver.inc - Removes the specified file from the archive.
File
- includes/
archiver.inc, line 44 - Shared classes and interfaces for the archiver system.
Class
- ArchiverInterface
- Defines the common interface for all Archiver classes.
Code
public function remove($path);