Create an array of FileSpec objects from a list of local paths

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

Syntax

C#
public static FileSpec[] LocalSpecArray(
	params string[] paths
)
Visual Basic
Public Shared Function LocalSpecArray ( _
	ParamArray paths As String() _
) As FileSpec()
Visual C++
public:
static array<FileSpec^>^ LocalSpecArray(
	... array<String^>^ paths
)

Parameters

paths
Type: array<System..::..String>[]()[][]
List of paths

Return Value

List of FileSpec objects

See Also