Linux 下獲取當前程序運行的絕對路徑

int get_module_path(string module_path) { char processdir[128] = {0}; char *pPath_end = NULL; if( readlink( "/proc/self/exe", processdir, sizeof(processdir)) > 0) { path_end = strrchr( process
相關文章
相關標籤/搜索