The config file that will be used by a given directory (if any)
Namespace: Perforce.P4Assembly: p4api.net (in p4api.net.dll) Version: 2017.2.157.613 (2017.2.157.0613)
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