Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.programming.threads > #1367
| 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:52 -0800 |
| Organization | A noiseless patient Spider |
| Message-ID | <kfo2ss$fo$1@dont-email.me> (permalink) |
| References | <kfmr7l$tec$1@dont-email.me> |
Cross-posted to 2 groups.
Hello, Also, i have included the FindFile component, it's very easy to use, here is how to use it: ff:=TFindFile.create(nil); // the constructor ff.recurse:=true; // recurse on directories ff.directory:='c:\zip'; // your directory ff.Attributes:=[ffArchive]; ff.filter:='*.*'; // your files.. ff.execute; // and execute After that you pass the ff.files (that is a TStrings) to the AddFiles() method. That's very easy. Pealse look at the test.pas demo inside the zip file to see how to use my Parallel archiver. 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:52 -0800
csiph-web