I am converting a code from c++ to c#. The code uses the function
findFirstFile() to return the first file of the directory..
Is this function present in c#, or there are any modifications to the
function..The function uses a header windows.h. What is its replacement in c#?
MSDN has no example for this function in c# ..
plz help.....