G
Guest
Why ?
void foo()
{
Directory::GetCurrentDirectory() ;
}
----------Compile Error-----------------------
C2039: 'GetCurrentDirectoryA' : is not a member
of 'System::IO:irectory'
void foo()
{
Directory::GetCurrentDirectory() ;
}
----------Compile Error-----------------------
C2039: 'GetCurrentDirectoryA' : is not a member
of 'System::IO:irectory'