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