> We often run into files that do not have extensions in Unix. With
> this in mind, should a pattern of * (asterisk) match all files? When
> I do DirectoryInfo.GetFiles("*") I only get files with extensions.
It works for me with Mono >= 1.1.9
Robert