FileSpecLocalSpec Method (String, VersionSpec)
|
Create a FileSpec given a local file path and VersionSpec
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntax public static FileSpec LocalSpec(
string path,
VersionSpec ver
)
Public Shared Function LocalSpec (
path As String,
ver As VersionSpec
) As FileSpec
public:
static FileSpec^ LocalSpec(
String^ path,
VersionSpec^ ver
)
static member LocalSpec :
path : string *
ver : VersionSpec -> FileSpec
Parameters
- path
- Type: SystemString
local file path - ver
- Type: Perforce.P4VersionSpec
VersionSpec
Return Value
Type:
FileSpecSee Also