public function ArchiverInterface::remove

7.x archiver.inc public ArchiverInterface::remove($path)

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 drupal-7.x/modules/system/system.archiver.inc
Removes the specified file from the archive.
ArchiverZip::remove in drupal-7.x/modules/system/system.archiver.inc
Removes the specified file from the archive.

File

drupal-7.x/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);