Page 1 of 1

search for file names that contain -

Posted: Fri Mar 09, 2007 9:39 am
by merle
can rt search for file names that contain - or ,What would the expression be?

search for file names that contain -

Posted: Fri Mar 09, 2007 10:07 am
by Oleg
Why not?
Try to use such file masks:
*,*.*
*-*.*

search for file names that contain -

Posted: Fri Mar 09, 2007 10:25 am
by merle
Thanks that works!I was trying *-*  and *,* and it was not working.

search for file names that contain -

Posted: Fri Mar 09, 2007 10:39 am
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.