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