Allows you to zip files.
Example
Running this code will zip the file named "C:\Users\user\Desktop\TEST.csv", saving it to "Desktop" named "Zipped File.zip".
plugin command("Data and Files Automation.dll", "zip files", "C:\\Users\\user\\Desktop\\TEST.csv", "{$special folder("Desktop")}\\Zipped File.zip", "", "", 3)