How to search files with filenames like: xy.abc.lmn on Windows Explorer?

Wildcards "*.*.*" doesn't work...

Re: How to search files...? by Brian

Brian
Mon Dec 10 22:12:56 PST 2007

This is a Microsoft C++ discussion group. The question isn't really relevant here.

It's not clear what you want to search for. Assuming that you want to search for "everything", as in "*.*.*", just use "*.*"

Brian



"dh" <dh@discussions.microsoft.com> wrote in message news:14E63176-2CA8-4480-89F3-5E7E09CDA8BB@microsoft.com...
> How to search files with filenames like: xy.abc.lmn on Windows Explorer?
>
> Wildcards "*.*.*" doesn't work...