Functions.GetCurPath 方法 | |
获取当前 X# 搜索路径以打开文件。
命名空间:
XSharp.Core
程序集:
XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法 FUNCTION GetCurPath() AS STRING
public static string GetCurPath()
查看代码返回值
类型:
String备注 示例
此示例使用 GetCurPath() 指定要处理的文件所在的目录:
1FCreate2(GetCurPath() + "newfile.txt", FC_NORMAL)
参见