Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: rboccuzziNode Name: Zip Archive
Node Category: Publishing
Use Case: Consider using this node when attempting to store output data in a zip archive
Tested on Release: 4.1.6
External Dependencies: None
Practical Usage Example: An example use of this node has been provided in the prototype examples graph which is released in conjunction with the prototype library. Please see that graph for a executable use case.
Node Documentation:
Functional Description: This node will archive files in a zip compressed archive file.
Parameters:
-
FileName: To archive a single file, enter the full path and file name here
-
FileNameExpr: To archive multiple files, enter the name of the input field containing the file paths here. Should be used in conjunction with a Directory List node or similar
-
ArchivePath: Full path to the archive file which is to be created.
-
Append: If true, then if the archive file already exists, file(s) will be added. Otherwise, if archive exists, it will be deleted and overwriten.
-
DeleteSourceFile: If true, the original source file will be deleted after archival.
Known Limitations: None