Functions.SetPathArray 方法 | |
Return 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 may be null if the file function has never been called or never been called for files outside of the current
directory.
命名空间:
XSharp.Core
程序集:
XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法 FUNCTION SetPathArray() AS STRING[]
public static string[] SetPathArray()
查看代码返回值
类型:
String参见