Click or drag to resize

PathSpec  Conversion (PathSpec to FileSpec)

Operator to Create a FileSpec from a PathSpec

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.258.5793
Syntax
public static implicit operator FileSpec (
	PathSpec s
)

Parameters

s
Type: Perforce.P4PathSpec
PathSpec

Return Value

Type: FileSpec
FileSpec
See Also