Anyone have some insight into the syntax behind the wildcards you can pass to FindFirstFile? I've noticed that passing "path\*" and "path\*.*" both cause all files and folders to be returned, where I would have expected the second to only return things with a dot somewhere in the name. No big deal, I guess.

Thanks,
Josh