Click or drag to resize

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:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static bool NoStrCmpLogical()

Return Value

Type: Boolean
true if the system administrator has specified that filenames should be sorted with the StringCompare function instead of the StrCmpLogical function.
See Also