Files
HPPA/HPPA/path_tc.cpp
tangchao0503 83da2516fb 1、调焦界面加入显示马达位置的功能;
2、添加配置文件的功能,写入自动调焦参数和轨道电机参数;
2023-03-25 23:41:30 +08:00

9 lines
148 B
C++

#include "path_tc.h"
string getPathofEXE()
{
string exePath = _pgmptr;
string xx = exePath.substr(0, exePath.find_last_of("\\/"));
return xx;
}