DirectoryGetCaseValidPath Method |
Returns lowered path if given container if not case sensitive. Otherwise method returns original path.
Namespace: CMS.AzureStorageAssembly: CMS.AzureStorage (in CMS.AzureStorage.dll) Version: 11.0.0
Syntax public static string GetCaseValidPath(
string path,
Nullable<bool> caseSensitive = null
)
Parameters
- path
- Type: SystemString
Path to modify. - caseSensitive (Optional)
- Type: SystemNullableBoolean
Indicates whether path is case sensitive
Return Value
Type:
StringSee Also