CSL.SettingsHandler.GetLowercaseAllFolderNames C# (CSharp) Method

GetLowercaseAllFolderNames() public static method

public static GetLowercaseAllFolderNames ( ) : bool
return bool
        public static bool GetLowercaseAllFolderNames()
        {
            return settings.LowercaseAllFolderNames;
        }