ShellUtilitiesNoStrCmpLogical Method |
If true, the system administrator has specified that filenames should be sorted with the StringCompare function instead of the StrCmpLogical function.
Applications that sort filenames should sort accordingly.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public static bool NoStrCmpLogical()
Return Value
Type:
Booleantrue if the system administrator has specified that filenames should be sorted with the StringCompare function instead of the StrCmpLogical function.
See Also