G
Guest
I have the following statements in my code:
using namespace System::IO;
..
..
..
..
String *strFileName = Directory::GetCurrentDirectory();
When I try to compile I get the following error:
'GetCurrentDirectorryA' : is not a member of System::IO:irectory'
Well I guess that’s true, but I’m not using GetCurrentDirectioryA, nowhere
in my code is a GetCurrentDirectoryA. What I’m using is GetCurrentDirectory.
Is this Microsoft’s mistake or am I doing something wrong?
using namespace System::IO;
..
..
..
..
String *strFileName = Directory::GetCurrentDirectory();
When I try to compile I get the following error:
'GetCurrentDirectorryA' : is not a member of System::IO:irectory'
Well I guess that’s true, but I’m not using GetCurrentDirectioryA, nowhere
in my code is a GetCurrentDirectoryA. What I’m using is GetCurrentDirectory.
Is this Microsoft’s mistake or am I doing something wrong?