SetPathArray Function (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
Namespace:
XSharp.Core
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.21
Syntax FUNCTION SetPathArray(
aPath AS STRING[]
) AS STRING[]
public static string[] SetPathArray(
string[] aPath
)
Request Example
View SourceParameters
- aPath
- Type: String
Return Value
Type:
StringSee Also