ExplorerSettingsShellExpandToCurrentFolder Method |
Returns True if Windows Explorer automatically jumps to the selected folder; False otherwise.
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxpublic static bool ShellExpandToCurrentFolder()
Public Shared Function ShellExpandToCurrentFolder As Boolean
public:
static bool ShellExpandToCurrentFolder()
static member ShellExpandToCurrentFolder : unit -> bool
Return Value
BooleanBoolean
Remarks
Corresponds to the user setting: View > Options > Navigation Pane > Automatically expand to current folder
Always returns True for operating systems prior to Windows 7.
See Also