Click or drag to resize

HierarchySplitAndUnescapePath Method

Splits a path and unescapes the name elements.

Namespace:  KSPDev.ModelUtils
Assembly:  KSPDev_Utils.2.0 (in KSPDev_Utils.2.0.dll) Version: 2.0 for KSP v1.8+
Syntax
C#
public static string[] SplitAndUnescapePath(
	string escapedPath
)
Request Example View Source

Parameters

escapedPath
Type: SystemString
The escaped path to split.

Return Value

Type: String
An array of unescaped names.
Remarks
The path elements must be separted by a '/' symbol. The name elements must be escaped in case of they contain a separator symbol in the content.
See Also