摘要: 文章目录[隐藏] Qt 文件相关操作 Qt 文件相关操作 1. 判断文件夹是否存在 bool ExcelWrite::chkDirIsExis(QString dirPath) { QFileInfo fileInfo(dirPath); if(fileInfo.isDir()) { return 阅读全文
posted @ 2020-03-16 20:05 不随。 阅读(7) 评论(0) 推荐(0)