Operator to Create a FileSpec from a PathSpec

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

Syntax

C#
public static implicit operator FileSpec (
	PathSpec s
)
Visual Basic
Public Shared Widening Operator CType ( _
	s As PathSpec _
) As FileSpec
Visual C++
static implicit operator FileSpec^ (
	PathSpec^ s
)

Parameters

s
Type: Perforce.P4..::..PathSpec
PathSpec

Return Value

FileSpec

See Also