Click or drag to resize

PathSpecNormalizeLocal Method

Normalize a Local Path Remove quotes, insure proper OS path separators

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.258.5793
Syntax
protected string NormalizeLocal(
	string path
)

Parameters

path
Type: SystemString
path to normalize

Return Value

Type: String
normalized path
See Also