filechooserpattern

Upload core product.
Post Reply
yse
Posts: 7
Joined: Tue Jun 28, 2011 11:45 am

filechooserpattern

Post by yse »

Hi,

Is it possible to select files that match spcific "file masks" e.g. show only file names that start with "rpt" OR "demofil" OR contains ".TXT"?

When using the below param I get all files EXCEPT the ones I want!? (the pattern has the effect of removing the files I want instead of showing them).

PARAM NAME="filechooserpattern" VALUE="regex=rpt.*|demofil.*|.*\.TXT"

Thanks

User avatar
support
Posts: 1503
Joined: Sun Jan 27, 2008 6:19 pm

Re: filechooserpattern

Post by support »

Try the inverse pattern

Post Reply