The config file that will be used by a given directory

Namespace: Perforce.P4
Assembly: p4api.net (in p4api.net.dll) Version: 2015.1.103.4687 (2015.1.103.4687)

Syntax

C#
public static string GetConfig(
	string cwd
)
Visual Basic
Public Shared Function GetConfig ( _
	cwd As String _
) As String
Visual C++
public:
static String^ GetConfig(
	String^ cwd
)

Parameters

cwd
Type: System..::..String

See Also