I am using .NET 2.0 and Linq is out of question. I would like to check if file exists inside a directory without knowledge of the file extension.
I
You can use DirectoryInfo.GetFiles() to have a FileInfo[] instead of a String[].
FileInfo[]
String[]