Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.programming.threads > #1365
| From | aminer <aminer@toto.ca> |
|---|---|
| Newsgroups | comp.programming, comp.programming.threads |
| Subject | Re: Parallel archiver using my ParallelZlib is here... |
| Date | 2013-02-16 08:30 -0800 |
| Organization | A noiseless patient Spider |
| Message-ID | <kfo1jj$prn$1@dont-email.me> (permalink) |
| References | <kfmr7l$tec$1@dont-email.me> |
Cross-posted to 2 groups.
Hello, I want to add something.. When you want to delete files inside the archive you have to call the DeleteFiles() method , the DeleteFiles() method will not delete the files, it will mark the files as deleted , but it will not delete the files , when you want to delete completly the files , you have to calll the DeletedItems() method to see how many files are marked deleted and after that you use the Clean() method to delete completly the file from the archive. I have implemented it like that, cause it's better in my opinion.. Other than that, you have to call the LoadIndex() just after you create your object with the constructor, it's mandatory, and by calling the LoadIndex() method , my Parallel archiver will be fault tolerant to power failures etc. That's all, hope you will enjoy it , cause my parallel archiver is very fast and very easy to use... Thank's Amine Moulay Ramdane.
Back to comp.programming.threads | Previous | Next | Find similar
Re: Parallel archiver using my ParallelZlib is here... aminer <aminer@toto.ca> - 2013-02-16 08:30 -0800
csiph-web