File Compressor
This node can be used to handle file compression and decompression.
Revision History
1.0.0.1 - Initial Release
Properties
Connection
Type: Connection
The Connection Property (use to enable the Node to execute at a DropPoint)
Action
Type: List
Compress
DecompressSpecifies the action to perform against DecompressedPath (for compression) or CompressedFileName (for decompression)
CompressedFileName
Type: String
Path to the compressed (ZIP) file.
DecompressedPath
Type: String
Containing directory of the decompressed files.
DecompressedPathFilter
Type: String
Filter (e.g. *.txt
) that specifies the files to be included when Action is set to Compress
Remarks
Use this Node to generate a ZIP file containing a set of files, or to unpack the contents of a ZIP file to the filesystem.