Create a list 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 IList<FileSpec> LocalSpecList(
	params string[] paths
)
Visual Basic
Public Shared Function LocalSpecList ( _
	ParamArray paths As String() _
) As IList(Of FileSpec)
Visual C++
public:
static IList<FileSpec^>^ LocalSpecList(
	... array<String^>^ paths
)

Parameters

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

Return Value

List of FileSpec objects

See Also