function ArchiverTar::remove
Overrides ArchiverInterface::remove
File
-
modules/
system/ system.archiver.inc, line 30
Class
- ArchiverTar
- Archiver for .tar files.
Code
public function remove($file_path) {
// @todo Archive_Tar doesn't have a remove operation
// so we'll have to simulate it somehow, probably by
// creating a new archive with everything but the removed
// file.
return $this;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.