Click or drag to resize

FileSpecToString Method (Type)

Create a descriptive string for this FileSpec of the specified Type

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.258.5793
Syntax
public string ToString(
	Type pathType
)

Parameters

pathType
Type: SystemType
Type of path to be returned

Return Value

Type: String
string represented FileSpec of Type
See Also