#include <shlobj.h>char path[_MAX_PATH];//Get the User App Data DirectorySHGetFolderPath(NULL,CSIDL_LOCAL_APPDATA,NULL,0,path);//Get the Common App Data DirectorySHGetFolderPath(NULL,CSIDL_COMMON_APPDATA,NULL,0,path);
Post a Comment
No comments:
Post a Comment