The QDir class provides access to directory structures and their contents.
QDir类提供了访问目录的结果和内容。
在包含头文件:
<QDir> <QtDebug>
之后,利用qDebug()输出所需要测试的路径在控制台。
qDebug()<<"home path is "<<QDir::homePath();
homwPath()是QDir中的静态方法,返回的是:
Returns the absolute path of the user’s home directory.
返回当前用户主目录的绝对路径