Perforce API for the .Net CLR P4.Net

P4Connection.IsServerCaseSensitive Method 

Checks the case-sensitivity of the Perforce server.

[Visual Basic]
Public Function IsServerCaseSensitive() As Boolean
[C#]
public bool IsServerCaseSensitive();

Return Value

True when the connected server is case-sensitive.

Remarks

This must be called after connecting to the server.

See Also

P4Connection Class | P4API Namespace