There is a C#, a C++, a visual basic...ugh.
Ok. So...those of you familiar with C, what's wrong with this:
LPCTSTR CurDir =
"C:\Documents and Settings\test folder\*";
The * is there because I want the function FindFirstFile to find the first file in that folder.
Futhermore, is it possible for me to use the * to find any first file if...say...I was passed "C:\Docum..." from a funciton such that CurDir = "C:\Documents and Settings\test folder" (assuming the user input that path).