Functions.SetPathArray 方法 (String) | |
Set the Path array that is used by the File() function to locate files outside of the current directory.
This is a combination of the SetDefault() and SetPath() variables.
This array gets cleared when SetPath() or SetDefault() is called and is initialized the first time File() or a related function
命名空间:
XSharp.Core
程序集:
XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法 FUNCTION SetPathArray(
aPath AS STRING[]
) AS STRING[]
public static string[] SetPathArray(
string[] aPath
)
查看代码参数
- aPath
- 类型:String
返回值
类型:
String参见