2 Star 7 Fork 2

sdonc/MFC_Easy_Model

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
EasyPath.h 658 Bytes
一键复制 编辑 原始数据 按行查看 历史
sdonc 提交于 2018-03-29 15:51 . 1.0版本(初版)
#pragma once
/// 类名:EasyPth(方便的路径路径操作)
/// 作者:sdonc
/// 日期:2017-10-18
/// 版本:1.0
/// 网址:www.sdonc.com
/// 版权:版权归原作者所有,此源码仅供学习与参考,使用本源码时请保留本版权声明和作者信息。
class EasyPath
{
public:
EasyPath();
~EasyPath();
/*
函数名:取运行目录
返回:返回当前程序运行时所在的目录
示例:返回值:F:\VS_Project\MFC\Model\ModelForPRG\Debug\
*/
CString GetProgramDir();
/*
函数名:取运行程序名
返回:返回当前程序的名称
参数1 suffix(可空):包含后缀名。默认为true。
示例:返回值(suffix = true):test.exe
返回值(suffix = false):test
*/
CString GetProgramName(bool suffix=true);
};
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/sdonc/MFC_Easy_Model.git
git@gitee.com:sdonc/MFC_Easy_Model.git
sdonc
MFC_Easy_Model
MFC_Easy_Model
master

搜索帮助