Click or drag to resize

FileSpec Constructor (PathSpec, VersionSpec)

Constructor given path and version

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.258.5793
Syntax
public FileSpec(
	PathSpec path,
	VersionSpec version
)

Parameters

path
Type: Perforce.P4PathSpec
location of the file
version
Type: Perforce.P4VersionSpec
version of the file
See Also