Friday 03-09-2010
About Us | Contact Us | FAQ | Support | Links
Coldfusion Custom Tags, CFXs, CFCs, Full Applications and more!
< Built by ColdFusion Developers, for ColdFusion Developers >
 
Home | Tag Categories | Latest Tags | Top Rated Tags | Top Selling Tags | My Account | Search | Sell Your Tags | Tags A-Z
customZipDirectory component

customZipDirectory component - zip up contents of a directory/folder
Developer Name: Guada Lupe
Company Name:
Email Developer Email Developer:
Latest Version: 1.0
Price: $15
License: One copy for multiple servers in multiple locations.
Encrypted: No
Average Rating: Not Rated
Times Rated: Not Rated
Rate This Tag:


Tag Comments

There are no comments for this tag yet!
 Related ColdFusion Applications
Developers who purchased customZipDirectory component also purchased:
  1. CFX_JZip
  2. CFX_Enigma


What Is customZipDirectory component?
customZipDirectory is a component that will zip up files in a given directory.

customZipDirectory is a component that will zip up files in a given directory.  To use it, just place the customZipDirectory.cfc file in the same directory as the rest of your code.  To call it, follow the 2 lines of code in the example below.

Example Usage:

<!--- 1) Create a component --->
<cfobject component="CustomZipDirectory" name="myzip">

<!--- 2) Pass the 4 parameters to the CustomZipDirectory_ExecuteZip() function--->
<!---     First parameter(string):  the full path of directory to zip --->
<!---     Second parameter(string): the full path of the zip file --->
<!---     Third parameter(boolean): overwrite the zip file (in second parameter) if file already exist --->
<!---     Fourth parameter(boolean): include subFolders, zip all files in specified directory (in first parameter), and zip all files in subFolders --->
 

<cfset myzip.CustomZipDirectory_ExecuteZip(fullDirPath, fullzipFileName, overwriteZipFile, includeSubFolders)>



 



 


< Business Strength Coldfusion Custom Tags >
Sitemap | Privacy | Branding | Web Services | Support | Contact Us