Parameters
- tarFileName
- The full path of the Tar archive. Cannot be empty.
- destinationFolder
- The path to the destination folder in which to untar all items. Cannot be empty.
- replaceExistingFiles
- Boolean value indicating whether existing items in the destination should be replaced.
- recursive
- Boolean value indicating whether files contained within sub-folders of filesToTar items should be extracted.
- preservePaths
- Boolean value indicating whether the directory structure should be preserved in the destination folder.
- isTarCompressed
- Boolean value indicating if the tar file was compressed using GZip. Note: The GZip file retrieved must have the following format: tarFileName.gz. An exception is thrown if the Tar archive is not compressed.
- byteProgressionCallback
- Delegate for ByteProgression notification.
- itemProgressionCallback
- Delegate for ItemProgression notification.
- userParams
- Opaque data that will be passed back to the event handler when an event is raised.
- filesToUntar
- The list of file paths to get from the Tar archive. Cannot be null.