API17:JArchiveTar
From Joomla! Documentation
JArchiveTar
Description
Methods
| Visibility | Method name | Description |
|---|---|---|
| public | extract | Extract a ZIP compressed file to a given path. |
- Defined in libraries/joomla/filesystem/archive/tar.php
- Extends JObject
Importing
jimport( 'joomla.filesystem.archive.tar' );
See also
JArchiveTar source code on BitBucket
Subpackage Filesystem- Other versions of JArchiveTar
User contributed notes
Code Examples