[This is preliminary documentation and is subject to change.]

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

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

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