public abstract unpackArchive(archivePath as String, destinationPath as String, mode as FileAccessMode = FileAccessMode.CREATE_NEW) as Void throws IOException:
Unpacks an archive into a destination directory.
| Parameter | Description |
|---|---|
archivePath | Archive file to unpack. |
destinationPath | Destination directory. |
mode | Target creation policy. |