FileSpecClientSpec Method (String)
|
Get a Filespec from a ClientSpec path
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntax public static FileSpec ClientSpec(
string path
)
Public Shared Function ClientSpec (
path As String
) As FileSpec
public:
static FileSpec^ ClientSpec(
String^ path
)
static member ClientSpec :
path : string -> FileSpec
Parameters
- path
- Type: SystemString
client path
Return Value
Type:
FileSpecFileSpec
See Also