Bret
Member since Dec 11, 2008
- Profile: /members/663-bret.htm
- Comments: 3
Recent Blog Comments By Bret
-
Zipping All Code Snippets With ColdFusion Zip Utility Component
Posted on Jun 10, 2008 at 1:53 PM
Taking the Expandpath did not get rid of the error. So I replaced the *.* with a specific file name and then the program worked. So I assume the each file has to be named in the: <cfset objZip.AddFileEntry( "D:/WebDocuments/MasterWebSystem/Acmds/CDFiles/ADL1583AS100B/CDROOT/*.*" ) /> <c... read more »
-
Zipping All Code Snippets With ColdFusion Zip Utility Component
Posted on Jun 10, 2008 at 1:25 PM
I am using: <cfset objZip.AddFileEntry(ExpandPath( "D:/WebDocuments/MasterWebSystem/Acmds/CDFiles/ADL1583AS100B/CDROOT/*.*" )) /> and <cfset objZip.Compress(ExpandPath( "D:/Web/MasterWebSystem/TemporaryFileLocation/files.zip" )) />... read more »
-
Zipping All Code Snippets With ColdFusion Zip Utility Component
Posted on Jun 10, 2008 at 12:59 PM
When I try to run your code I get: An exception occurred when instantiating a Java object. The class must not be an interface or an abstract class. Error: ''. The error occurred in D:\Web\MasterWebSystem\CF_Tags\Components\Corp\ZipUtility.cfc: line 220 Called from D:\Web\MasterWebSystem\Procur... read more »