Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私が見つけた現在のディレクトリを取得するには:
if (!getcwd(cCurrentPath, sizeof(cCurrentPath) / sizeof(char))) { lililog.log(LILILog::error,"Error getting current directory path"); }
しかし、実行中のアプリケーションのディレクトリを取得する必要があります。作り方は?
非常に非移植的な解決策: symlink を読んでください/proc/self/exe。
/proc/self/exe