windows C++ 獲取使用者桌面路徑

張優傳發表於2018-03-14
char path[255];
SHGetSpecialFolderPath(0,path,CSIDL_DESKTOPDIRECTORY,0);

相關文章