QDir dir;QString strPath = m_strFilePath;if (!dir.exists(strPath))dir.mkdir(strPath);QDesktopServices::openUrl(QUrl::fromLocalFile(m_strFilePath));
QDir dir;QString strPath = m_strFilePath;if (!dir.exists(strPath))dir.mkdir(strPath);QDesktopServices::openUrl(QUrl::fromLocalFile(m_strFilePath));