点击或拖拽改变大小

Functions.SetPathArray 方法

X#
重载列表
  名称说明
公共方法静态成员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.
公共方法静态成员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
Top
参见