Unescape a string path UnEscapes the Perforce Special characters * # @ and %

Namespace: Perforce.P4
Assembly: p4api.net (in p4api.net.dll) Version: 2017.2.157.613 (2017.2.157.0613)

Syntax

C#
public static string UnescapePath(
	string p
)
Visual Basic
Public Shared Function UnescapePath ( _
	p As String _
) As String
Visual C++
public:
static String^ UnescapePath(
	String^ p
)

Parameters

p
Type: System..::..String
Path to unescape

Return Value

unescaped path

See Also