永发信息网

我用GetModuleFileName得到了我工程的全路径C:\Documents and Settings\童绪\桌面\weather\Debug\weather.exe

答案:2  悬赏:0  手机版
解决时间 2021-07-20 07:05
  • 提问者网友:我的未来我做主
  • 2021-07-19 09:13
我用GetModuleFileName得到了我工程的全路径C:\Documents and Settings\Owen\桌面\weather\Debug\weather.exe
但是我只需要到C:\Documents and Settings\Owen\桌面\weather 怎么把后面的截取了啊
最佳答案
  • 五星知识达人网友:零点过十分
  • 2021-07-19 10:13
Dim StrPath As String
StrPath = "C:\Documents and Settings\Owen\桌面\weather\Debug\weather.exe"
StrPath = Left$(StrPath, InStrRev(StrPath, "\", InStrRev(StrPath, "\") - 1))
全部回答
  • 1楼网友:低血压的长颈鹿
  • 2021-07-19 10:42

int n;

n = lstrlen(lpFileName)-1;

while(_T('\\') != lpFileName[n])

{

n--;

}

lpFileName[n] =0;

我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯