ExplorerSettingsShellHideExtensions Method |
Determines if Windows Explorer shows or hides file extensions for known file types according to user settings.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public static bool ShellHideExtensions()
Public Shared Function ShellHideExtensions As Boolean
public:
static bool ShellHideExtensions()
static member ShellHideExtensions : unit -> bool
Return Value
Type:
BooleanTrue file extensions for known file types are hidden, false it not.
See Also