Escapes the element names and builds a path.
Namespace:
KSPDev.ModelUtils
Assembly:
KSPDev_Utils.1.1 (in KSPDev_Utils.1.1.dll) Version: 1.1 for KSP v1.6+
Syntaxpublic static string MakePath(
string[] unescapedNames
)
Request Example
View SourceParameters
- unescapedNames
- Type: SystemString
The raw name elements of the path.
Return Value
Type:
StringAn escaped path built of the provided elements.
See Also