Click or drag to resize

ViewMapSplitViewLine Method

Split a single line from a view specification into left and right parts

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.258.5793
Syntax
public static string[] SplitViewLine(
	string line
)

Parameters

line
Type: SystemString

Return Value

Type: String
Remarks
Handles case where the left and/or the right string are enclosed in quotes because they contain spaces. I.e "C:\my code\project 1\..."
See Also