易语言无此函数,易语言更简单:取运行目录()
函数原型:
//======================================================
//函数名称:hwd_getRuningPath
//返回类型:bool
//函数说明:获取主进程的运行目录
//参数<1>:buffer,返回值缓冲区
//参数<2>:bufferLen,缓冲区尺寸
//======================================================
extern
"C" HWD_API bool __stdcall hwd_getRuningPath(char* buffer, int bufferLen);