|
Post by normand on Sept 2, 2006 11:07:23 GMT -5
I would like to rename files stored in a ZIP archive. Any way to do this.
Thanks!
Normand
|
|
|
Post by Kevin on Sept 23, 2006 7:25:54 GMT -5
Yes, the Filename[Index] property is writable as long as you call SaveModifiedZipFile afterwards...
VCLZip.Filename := NewName; SaveModifiedZipFile;
Kevin
|
|