Click or drag to resize

HierarchyMakePath Method

Escapes the element names and builds a path.

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 MakePath(
	string[] unescapedNames
)
Request Example View Source

Parameters

unescapedNames
Type: SystemString
The raw name elements of the path.

Return Value

Type: String
An escaped path built of the provided elements.
See Also