代码
QDir m_currDir;
m_currDir.setPath("C:/Windows/System32");
QString absoluteFilePath = m_currDir.absoluteFilePath(QString::fromLocal8Bit("AcXtrnal.dll"));
打印结果
代码
QDir m_currDir;
m_currDir.setPath("C:/Windows/System32");
QString absoluteFilePath = m_currDir.absoluteFilePath(QString::fromLocal8Bit("AcXtrnal.dll"));
打印结果