Click or drag to resize

UtilUnescapePath Method

Split a '.' separated path into path parts while unescaping the following: @"\\" is replaced with @"\" @"\." is replaced with @"."

Namespace:  Demo3D.Common
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 15.0.2.11458
Syntax
C#
public static string[] UnescapePath(
	string path
)

Parameters

path
Type: SystemString
Path to split.

Return Value

Type: String
Array of path parts.
See Also