FileSpecDepotSpec Method (String)
|
Create a FileSpec given a depotpath
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntax public static FileSpec DepotSpec(
string path
)
Public Shared Function DepotSpec (
path As String
) As FileSpec
public:
static FileSpec^ DepotSpec(
String^ path
)
static member DepotSpec :
path : string -> FileSpec
Parameters
- path
- Type: SystemString
depot path
Return Value
Type:
FileSpecFileSpec
See Also