[delphizip] Re: How to include special files AFTER the filelist has been determined

  • From: "Russell Peters" <russellpeters@xxxxxxxxxxx>
  • To: <delphizip@xxxxxxxxxxxxx>
  • Date: Thu, 28 Nov 2002 15:48:31 +1100

ZipMaster1.FSpecArgs.Add('*.EXE') only adds '*.EXE' to the list of filespecs
to be added to the zip.
If the list already contains '*.*' then everything will be added.
I am not certain what you are trying to do.
Russell Peters
http://www.users.bigpond.com/russellpeters/delphizip.html
----- Original Message -----
From: "Alistair George" <bigal@xxxxxxxxxx>
To: <delphizip@xxxxxxxxxxxxx>
Sent: Thursday, November 28, 2002 1:29 PM
Subject: [delphizip] How to include special files AFTER the filelist has
been determined


>
> Hello,
> Am a bit stuck desire only EXE files to be included:
>
> ZipMaster1.FSpecArgs.Add('*.EXE');
> // the above would be fine, but normally we add a stringlist of
> files/directories selected, which will included *.* etc.
> They seem to override ZipMaster1.FSpecArgs.Add('*.EXE');
>
> How to do this please?
> Thanks,
> Al+
>
>
>



Other related posts: