search for file names that contain -

Discuss RoboTask here
Post Reply
merle
Posts: 15
Joined: Thu Sep 21, 2006 5:48 pm

search for file names that contain -

Post by merle »

can rt search for file names that contain - or ,What would the expression be?
Last edited by merle on Fri Mar 09, 2007 1:40 pm, edited 1 time in total.
Oleg
Site Admin
Posts: 3014
Joined: Thu Jan 01, 1970 1:00 am
Contact:

search for file names that contain -

Post by Oleg »

Why not?
Try to use such file masks:
*,*.*
*-*.*
Last edited by Oleg on Fri Mar 09, 2007 2:22 pm, edited 1 time in total.
merle
Posts: 15
Joined: Thu Sep 21, 2006 5:48 pm

search for file names that contain -

Post by merle »

Thanks that works!I was trying *-*  and *,* and it was not working.
Oleg
Site Admin
Posts: 3014
Joined: Thu Jan 01, 1970 1:00 am
Contact:

search for file names that contain -

Post by Oleg »

You have to specify mask of file name and extension. If you use *-* or *,*, system thinks that you want to search files without extension.
Post Reply