Od_l_ZipFolder

(From ODCL_LM filM)

<< Click to Display Table of Contents >>

Navigation:  ObjectDCL > Free Extra Lisp function > External files >

Od_l_ZipFolder

(From ODCL_LM filM)

Previous pageReturn to chapter overviewNext page

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])