API17:JArchive
From Joomla! Documentation
JArchive
Description
Methods
| Visibility | Method name | Description |
|---|---|---|
| public static | extract | Extract an archive file to a directory. |
| public static | getAdapter | Get a file compression adapter. |
- Defined in libraries/joomla/filesystem/archive.php
Importing
jimport( 'joomla.filesystem.archive' );
See also
JArchive source code on BitBucket
Subpackage Filesystem- Other versions of JArchive
User contributed notes
Code Examples