Click or drag to resize

FileSpecToPaths Method

Copy the non-null entries into a new string array containing the paths.

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.258.5793
Syntax
public static string[] ToPaths(
	params FileSpec[] list
)

Parameters

list
Type: Perforce.P4FileSpec

Return Value

Type: String
See Also