Join an array of path parts with a '.' escaping the following:
@"\" is replaced with @"\\"
@"." is replaced with @"\."
Namespace:
Demo3D.Common
Assembly:
Demo3D.Common (in Demo3D.Common.dll) Version: 15.0.2.11458
Syntaxpublic static string EscapePath(
params string[] parts
)
Parameters
- parts
- Type: SystemString
Array of path parts.
Return Value
Type:
StringPeriod separated path.
See Also