[DllImport("kernel32.dll", BestFitMapping=false, CharSet=CharSet.Auto, ExactSpelling=false, SetLastError=true)] internal static extern SafeFindHandle FindFirstFile(string fileName, [In][Out] Win32Native.WIN32_FIND_DATA data);