Hi everyone,
I'm trying to get my head around this problem, but I'm not finding an easy way through.
I have 4 TAR files that are only allowed a maximum of 40 files in each. I keep the tar files in a vb module as globals, and then have a getter/setter which retrieves/sets them. When I get to the 40 files limit, I close the tararchive, then report on it, by examining the contents etc.
This all works fine until I go to use the ziparchive again, at which point I get cannot use a disposed object. Is there anything I can do with the tararchive that would enable me to use it again once I have issued a close()?
Thanks
Darren