Qt

Qt QDir类

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.

返回当前用户主目录的绝对路径

 

发表回复

您的电子邮箱地址不会被公开。 必填项已用*标注

开始在上面输入您的搜索词,然后按回车进行搜索。按ESC取消。

返回顶部