I need to get an output from a GetOpenFileName Dialog box''s lpstrFile into an fstream open() function.
basically:
file.open(lpstrFile, ios::in)
But the output from lpstrFile isn''t the right type, when the open() tries to open the file, it doesn''t. It loads nothing