Normalize a depot Path Removes quotes around it.

Namespace: Perforce.P4
Assembly: p4api.net (in p4api.net.dll) Version: 2017.3.160.836 (2017.3.160.0836)

Syntax

C#
protected string NormalizeDepot(
	string path
)
Visual Basic
Protected Function NormalizeDepot ( _
	path As String _
) As String
Visual C++
protected:
String^ NormalizeDepot(
	String^ path
)

Parameters

path
Type: System..::..String
path to normalize

Return Value

normalized path

See Also