The config file that will be used by a given directory (if any)

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

Syntax

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

Parameters

cwd
Type: System..::..String

See Also