【EverEdit用户手册】Application >> GetValue

 

 

1 Application >> GetValue

读取用户保存的变量值

原型:

string GetValue(string strPathName);

1.1 参数

strPathName

 [in] string类型, 文件全路径

1.2 返回值

string:返回变量值

1.3 版本

EverEdit 4.5.0(4500)及之后版本。

1.4 备注

  适用于脚本处理过程中,给文件打标记。

1.5 使用样例

 var ret = GetValue("C:\\Temp\\test.csv");
posted @ 2024-12-13 07:29  tyysoft  阅读(6)  评论(0)    收藏  举报