1

要获取我发现的当前目录:

  if (!getcwd(cCurrentPath, sizeof(cCurrentPath) / sizeof(char))) {
    lililog.log(LILILog::error,"Error getting current directory path");
  }

但我需要获取正在运行的应用程序的目录。怎么做?

4

1 回答 1

2

非常不便携的解决方案:阅读 symlink /proc/self/exe

于 2012-04-11T10:12:59.017 回答