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 に答える