| 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: 6.3.1
 Syntax
Syntaxpublic 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
See Also