吾爱破解 - 52pojie.cn

 找回密码
 注册[Register]

QQ登录

只需一步,快速开始

查看: 1322|回复: 3
收起左侧

[求助] qt程序上级目录怎么表示?

[复制链接]
冥界3大法王 发表于 2022-3-14 11:07
qDebug()<<"current applicationDirPath: "<<QCoreApplication::applicationDirPath();
执行后,得到current applicationDirPath:  "C:/Qt_Study_Examples/ReadWriteINI/release"
image.png
可是我要的是     "C:/Qt_Study_Examples/ReadWriteINI"
./加了之后报错,不懂这玩意的语法。,所以求助老仙们

发帖前要善用论坛搜索功能,那里可能会有你要找的答案或者已经有人发布过相同内容了,请勿重复发帖。

Xw丶小威 发表于 2022-3-14 11:17
QDir(applicationDirPath()).cd("..")
Takitooru 发表于 2022-3-14 11:17
[C++] 纯文本查看 复制代码
QString getRunParentPath()
{
QString strPath = QCoreApplication::applicationDirPath();
QDir dir(strPath);
bool bSuccess = dir.cdUp();
if (bSuccess == true) {
strPath = dir.path() + "/";
}
return strPath;
} 

https://zhidao.baidu.com/question/446322321.html

免费评分

参与人数 1吾爱币 +3 热心值 +1 收起 理由
冥界3大法王 + 3 + 1 成功!感谢!

查看全部评分

sunnyzls 发表于 2022-3-19 17:45
您需要登录后才可以回帖 登录 | 注册[Register]

本版积分规则

返回列表

RSS订阅|小黑屋|处罚记录|联系我们|吾爱破解 - LCG - LSG ( 京ICP备16042023号 | 京公网安备 11010502030087号 )

GMT+8, 2024-11-25 14:36

Powered by Discuz!

Copyright © 2001-2020, Tencent Cloud.

快速回复 返回顶部 返回列表