How can I search for files with multiple periods in their names using go32 and win32 command line programs? I tried *.*.* but that seems to be expanded by findfirst/findnext into *.* instead. Is there some neat trick I'm missing? :-) TIA... Jim