Click or drag to resize

SetPathArray Function

X#
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.

Namespace:  XSharp.Core
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax
 FUNCTION SetPathArray() AS STRING[]
Request Example View Source

Return Value

Type: String
See Also