View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003378 | JEDI VCL | 03 Donations | public | 2005-12-22 12:22 | 2006-02-09 09:25 |
Reporter | yozey | Assigned To | outchy | ||
Priority | normal | Severity | feature | Reproducibility | N/A |
Status | resolved | Resolution | fixed | ||
Product Version | 3.00 | ||||
Target Version | Fixed in Version | 3.20 | |||
Summary | 0003378: TJvZLibMultiple with ListStoredFiles procedure | ||||
Description | Added procedure to list files inside a JvZlibMultiple file. Could be useful if you wish to know the contents of your JvZlibMultiple files and set up a list of those you wish to extract. Can be used in conjunction with the OnDecompressingFileEvent. Thanks. | ||||
Additional Information | Usage - ListStoredFiles(FileName : String, FileList : TString) FileName - the ZLibMultiple file you wish to extract the names from FileList - the List you wish to store them. eg) JvZLibMultiple1.ListStoredFiles('c:\temp.z', ListBox1.Items); This will put all the files in the library into the TListBox items container. * - Fixed the CompressionPaused, DeCompressionPaused, Terminate both Compression and Decompression. All are now exposed. No need to derive a descendent class to access these methods. | ||||
Tags | No tags attached. | ||||
2005-12-22 12:22
|
JvZlibMultiple.pas (18,902 bytes) |
|
This is now in the CVS, thanks for donating this code. |
Date Modified | Username | Field | Change |
---|---|---|---|
2005-12-22 12:22 | yozey | New Issue | |
2005-12-22 12:22 | yozey | File Added: JvZlibMultiple.pas | |
2006-02-09 09:25 | outchy | Status | new => resolved |
2006-02-09 09:25 | outchy | Resolution | open => fixed |
2006-02-09 09:25 | outchy | Assigned To | => outchy |
2006-02-09 09:25 | outchy | Note Added: 0008534 |