The config file that will be used by a given directory

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

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