Parameters
- tarFileName
- The full path of the Tar archive. Cannot be empty.
- replaceExistingFiles
- Boolean value indicating whether existing files should be replaced in the destination Tar archive.
- recursive
- Boolean value indicating whether files contained within sub-folders of filesToTar should be added to the Tar archive.
- preservePaths
- Boolean value indicating whether the directory structure should be preserved in the destination Tar archive.
- 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.
- filesToTar
- The list of file paths to add to the Tar archive. Must contain at least one file.