摘要: //文件夹是否存在 static bool FolderIsExist(QString strFolder) { QDir tempFolder(strFolder); return tempFolder.exists(); } //文件是否存在 static bool FileIsExist(QS 阅读全文
posted @ 2021-03-31 16:04 hbg-rohens 阅读(620) 评论(0) 推荐(1) 编辑