Reputation: 33784
To get current directory I found :
if (!getcwd(cCurrentPath, sizeof(cCurrentPath) / sizeof(char))) {
lililog.log(LILILog::error,"Error getting current directory path");
}
But I need to get directory of running application. How to make it?
Upvotes: 1
Views: 1440