I don't think there is any way to it with the standard OpenDialog. The best I can think of is to filter the first character to be a number as follows:
'Zip or Spanned Files|*.zip;*.0*;*.1*;*.2*;*.3*;*.4*;*.5*;*.6*;*.7*;*.8*;*.9*

Ross.

Alistair George wrote:

Hi all.
I have a special type of zip file which could be myfile.001 or myfile.101 etc.
In the opendialog I want to be able to cover the last 3 digits, but cannot
figure how to do this for example (wrong):
Opendialog1.Filter := 'Zip or Spanned Files|*.zip;*.<0-9><0-9><0-9>;

Can anyone advise thanks?
Alistair+

---------------------------------------------------------------------------
New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED] with body of "unsubscribe delphi"
Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/



---------------------------------------------------------------------------
New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED] with body of "unsubscribe delphi"
Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/

Reply via email to