[delphizip] Re: How to set/change comment for a single file?

  • From: Edwin Yip <edwin.yip@xxxxxxxxxxxxxxxxxx>
  • To: delphizip@xxxxxxxxxxxxx
  • Date: Tue, 24 Feb 2009 12:07:04 +0800

thank you very much Roger.
Implementing that in the event will cause the program logic to be
unreadable...

Best Regards,
Edwin Yip

Mind Mapping is as Effortless as Typing
http://www.InnovationGear.com


On Mon, Feb 23, 2009 at 10:34 PM, Roger Aelbrecht <Roger.Aelbrecht@xxxxxxxxx
> wrote:

> Edwin Yip wrote:
> > Hello to everybody, I haven't been posted here for quite a while.
> > How to set, change and read comment for a single file in the ZIP archive?
> If
> > you open a ZIP through 7-zip you'll see there are both created date and
> > modified date, how to set the created date wit zipmaster? thank you.
> > Best Regards,
> > Edwin Yip
> > Mind Mapping is as Effortless as Typing
> > http://www.InnovationGear.com
> >
> >
> > -----------
> > To unsubscribe from this list, send an empty e-mail
> > message to:
> >   delphizip-request@xxxxxxxxxxxxx
> > and put the word unsubscribe in the subject.
> >
> >
> The comment for a single file, is called filecomment and can be handled
> during the OnFileComment event.
> This event is fired during the Add operation for every file.
> You can choose your file using the ForFile parameter in the event and
> the filecomment is in the FileComment parameter, if you ant to change
> the coment don't forget to 'set' the IsChanged parameter
>
> The current version of ZipMaster does not allow to handle the created
> date separately. Ir only knows the concept of FileDate, Filedate can be
> changed using the Rename method.
>
> --
> Roger Aelbrecht
>
>
> -----------
> To unsubscribe from this list, send an empty e-mail
> message to:
>  delphizip-request@xxxxxxxxxxxxx
> and put the word unsubscribe in the subject.
>


-----------
To unsubscribe from this list, send an empty e-mail 
message to:
  delphizip-request@xxxxxxxxxxxxx 
and put the word unsubscribe in the subject.

Other related posts: