|
Post by tonypep on Oct 26, 2003 2:51:26 GMT -5
Hi,
have used your example app to create my own zip dialog. Works OK first time around but second time says I can't create the zipname file because in use by another process. Should vclzip close this file or am I responsible for closing it myself.
Cheers
Tony
|
|
|
Post by Kevin on Oct 26, 2003 17:24:54 GMT -5
If the KeepZipOpen property is False, you should not have to close the file, but if KeepZipOpen is set to True, it is probably best for you to close the file you currently have open, before opening another one.
Kevin
|
|