Login  
Search All Forums
Dart Home | PowerTCP Zip Compression for Active | Custom Development Reply | PowerTCP Zip Compression for ActiveX Topics | Forums   
AuthorForum: PowerTCP Zip Compression for ActiveX
Topic: Use of ZIP ActiveX in VBScript
TazWurst
andreas.maurer@softservice.de

From: Duesseldorf, USA
Posts: 20
Member Since: 09/12/05
posted April 10, 2010 1:17 AM

Hello support,

is there any chance to use the ActiveX or .NET ZIP Controls in VBScript.

Any hint welcome.

Andreas
TazWurst
andreas.maurer@softservice.de

From: Duesseldorf, USA
Posts: 20
Member Since: 09/12/05
posted April 10, 2010 3:55 PM

Forget my question. I had a problem to create the object in a x64 environement.

But I have another problem:

I canīt include empty folder in a zip. Here is my sample:


set zip1 = CreateObject("Dart.Zip.1")
Set span = CreateObject("Dart.SpanSettings.1")

Zip1.FileStore.VolumeLabel = "": Zip1.FileStore.Clear

zip1.FileStore.Add "c:\empty_folder", True, True

sExportZIPFile = "c:\empty.zip"
zip1.FileStore.Zip sExportZIPFile, span


The empty.zip is empty. No folder present. There is a file object in the filestore with only the path property set. The name property is empty.
But it did not survive the .zip command.

Andreas
Jamie Powell (Admin)

From: Rome, NY USA
Posts: 448
Member Since: 03/13/07

Extra Support Options
Custom Application Development

posted April 13, 2010 5:27 PM

Thank you for your post. This issue has been reproduced and reported as issue # 5253. I do not currently have an ETA on this issue, but please feel free to contact sales@dart.com with any questions regarding it's status.

Thank you.
Reply | PowerTCP Zip Compression for ActiveX Topics | Forums   
This site is powered by PowerTCP WebServer Tool PowerTCP WebServer for ActiveX