public function ArchiverInterface::remove

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

File

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