FileSpecSplitDepotPath Method
|
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntaxpublic static bool SplitDepotPath(
string depotpath,
out string path,
out string versionspec
)
Public Shared Function SplitDepotPath (
depotpath As String,
<OutAttribute> ByRef path As String,
<OutAttribute> ByRef versionspec As String
) As Boolean
public:
static bool SplitDepotPath(
String^ depotpath,
[OutAttribute] String^% path,
[OutAttribute] String^% versionspec
)
static member SplitDepotPath :
depotpath : string *
path : string byref *
versionspec : string byref -> bool
Parameters
- depotpath
- Type: SystemString
- path
- Type: SystemString
- versionspec
- Type: SystemString
Return Value
Type:
Boolean
See Also