zip

convert all files in selected path to zip and then save it in dest path

Arguments
Name Type Description Required
path string your file or folder to be zipped yes
destination string destination path for create file yes

Static or normal : Static

Examples :

tools::zip('xFolder','yFolder/xFile.zip');