ConfigAccessorStrToPath Method |
Transforms a URL-like string path into the nodes path.
Namespace:
KSPDev.ConfigUtils
Assembly:
KSPDev_Utils.2.0 (in KSPDev_Utils.2.0.dll) Version: 2.0 for KSP v1.8+
Syntaxpublic static string[] StrToPath(
string strPath
)
Request Example
View SourceParameters
- strPath
- Type: SystemString
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