//返回我的文档路径 QString gAppMyDocumentsPath() { TCHAR path[255]; ZeroMemory(path, 255); SHGetSpecialFolderPath(0, path, CSIDL_PERSONAL, 0); return QString::fromWCharArray(path); }
path就是获取到的 我的文档路径