Click or drag to resize

ConfigAccessor.StrToPath Method

Transforms a URL-like string path into the nodes path.

Namespace:  KSPDev.ConfigUtils
Assembly:  KSPDev_Utils.2.3 (in KSPDev_Utils.2.3.dll) Version: 2.3 for KSP v1
Syntax
C#
public static string[] StrToPath(
	string strPath
)
Request Example View Source

Parameters

strPath
Type: System.String
A list of path elements, separated by symbol "/". An empty string (no elements) addresses the root node.

Return Value

Type:String[]
The array of the path components. There will be no null or empty components.
See Also