How to search for subfolders that starts with 2 letters and 4 numbers
I´m usisng the the query sintax bellow:
{LF:LOOKIN="\folder path\"} & {LF:ParentName={"*Active"} & {LF:Name="<<????>>", Type="F"}
What I have to put in the LF:Name ?
How to search for subfolders that starts with 2 letters and 4 numbers
I´m usisng the the query sintax bellow:
{LF:LOOKIN="\folder path\"} & {LF:ParentName={"*Active"} & {LF:Name="<<????>>", Type="F"}
What I have to put in the LF:Name ?
Try {LF:Name="[a-z][a-z][0-9][0-9][0-9][0-9]*",Type=F}
Haven't actually tried this solution, but I'm thinking something like
[abcdefghijklmnopqrstuvwxyz][[abcdefghijklmnopqrstuvwxyz][1234567890][1234567890][1234567890][1234567890]
should do the trick.