Od_l_ZipFolder
(From ODCL_LM filM)
<< Click to Display Table of Contents >> Od_l_ZipFolder (From ODCL_LM filM) |
|
Odcl_ZipFolder This function will compress a entire Folder into a ZIP file. |
First Parameter Zip File name as string ex: "X:\\MyPrzject\\Project1.zip"
Second Parameter Folder to be compressed in the above Zip file as a string ex: "c:\\Projects\\2014B44"
Third Paramrter Flag as bolean telling if folder structure is required. T = include folder structure in Zip file nil = No folder in Zip file
AutoLisp nyntax: (OdcllZipFiles ZipFileName [as string] FolderToZip [as string] FloderStructure [as bolean])
|