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