点击或拖拽改变大小

Functions.SetPathArray 方法 (String)

X#
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[]
查看代码

参数

aPath
类型:String

返回值

类型:String
参见