PlatformHelper.

IsVolumeCaseSensitive(string) Method

Summary

Determines whether the volume of the the specified path is case sensitive.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core
Containing Type
PlatformHelper

Syntax

public static bool IsVolumeCaseSensitive(string path)

Parameters

Name Type Description
path string The path.

Return Value

Type Description
bool true if the volume is case sensitive, else false.