怎样显示当前目录???
怎样在程序运行后点击打开,此时目录显示是的当前目录?谢谢!
DWORD GetCurrentDirectory(
DWORD nBufferLength, // size, in characters, of directory buffer
LPTSTR lpBuffer // pointer to buffer for current directory
);