ExplorerSettingsShellShowAllFolders Method |
Returns True if all folders are shown in the navigation pane of the Windows Explorer according to user's settings.
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxpublic static bool ShellShowAllFolders()
Public Shared Function ShellShowAllFolders As Boolean
public:
static bool ShellShowAllFolders()
static member ShellShowAllFolders : unit -> bool
Return Value
BooleanTrue if all folders are shown in the navigation pane of the Windows Explorer according to user's settings.
Remarks
Always returns False for Windows Vista and earler operating systems.
See Also