Click or drag to resize

ShellFolder Enumeration

ShellFolder values provide a unique system-independent way to identify special folders used frequently by applications, but which may not have the same name or location on any given system.

Namespace: Jam.Shell
Assembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntax
public enum ShellFolder
Members
Member nameValueDescription
Desktop0 The virtual folder representing the Windows desktop, the root of the namespace.
Internet1 A virtual folder for Internet Explorer (icon on desktop).
Programs2 The file system directory that contains the user's program groups (which are themselves file system directories). A typical path is C:\Documents and Settings\username\Start Menu\Programs.
Controls3 The virtual folder containing icons for the Control Panel applications.
Printers4 The virtual folder containing installed printers.
Personal5 The file system directory used to physically store a user's common repository of documents. A typical path is C:\Documents and Settings\username\My Documents. This should be distinguished from the virtual My Documents folder in the namespace.
Favorites6 The file system directory that serves as a common repository for the user's favorite items. A typical path is C:\Documents and Settings\username\Favorites.
Startup7 The file system directory that corresponds to the user's Startup program group. The system starts these programs whenever any user logs onto Windows NT or starts Windows 95. A typical path is C:\Documents and Settings\username\Start Menu\Programs\Startup.
Recent8 The file system directory that contains shortcuts to the user's most recently used documents. A typical path is C:\Documents and Settings\username\My Recent Documents.
SendTo9 The file system directory that contains Send To menu items. A typical path is C:\Documents and Settings\username\SendTo.
QuickAccess-1The Quick Access folder in Windows 10.
BitBucket10 The virtual folder containing the objects in the user's Recycle Bin.
Startmenu11 The file system directory containing Start menu items. A typical path is C:\Documents and Settings\username\Start Menu.
MyMusic13 The file system directory that serves as a common repository for music files. A typical path is C:\Documents and Settings\User\My Documents\My Music.
MyVideo14 The file system directory that serves as a common repository for video files. A typical path is C:\Documents and Settings\username\My Documents\My Videos.
DesktopDirectory16 The file system directory used to physically store file objects on the desktop (not to be confused with the desktop folder itself). A typical path is C:\Documents and Settings\username\Desktop.
Drives17 The virtual folder representing This PC (My Computer), containing everything on the local computer: storage devices, printers, and Control Panel. The folder may also contain mapped network drives.
Network18 A virtual folder representing Network Neighborhood, the root of the network namespace hierarchy.
Nethood19 A file system directory containing the link objects that may exist in the My Network Places virtual folder. It is not the same as CSIDL_NETWORK, which represents the network namespace root. A typical path is C:\Documents and Settings\username\NetHood.
OneDrive-2The OneDrive folder.
Fonts20 A virtual folder containing fonts. A typical path is C:\Windows\Fonts.
Templates21 The file system directory that serves as a common repository for document templates. A typical path is C:\Documents and Settings\username\Templates.
CommonStartmenu22 The file system directory that contains the programs and folders that appear on the Start menu for all users. A typical path is C:\Documents and Settings\All Users\Start Menu. Valid only for Windows NT systems.
CommonPrograms23 The file system directory that contains the directories for the common program groups that appear on the Start menu for all users. A typical path is C:\Documents and Settings\All Users\Start Menu\Programs. Valid only for Windows NT systems.
CommonStartup24 The file system directory that contains the programs that appear in the Startup folder for all users. A typical path is C:\Documents and Settings\All Users\Start Menu\Programs\Startup. Valid only for Windows NT systems.
CommonDesktopDirectory25 The file system directory that contains files and folders that appear on the desktop for all users. A typical path is C:\Documents and Settings\All Users\Desktop. Valid only for Windows NT systems.
AppData26 The file system directory that serves as a common repository for application-specific data. A typical path is C:\Documents and Settings\username\Application Data. This CSIDL is supported by the redistributable Shfolder.dll for systems that do not have the Microsoft Internet Explorer 4.0 integrated Shell installed.
Printhood27 The file system directory that contains the link objects that can exist in the Printers virtual folder. A typical path is C:\Documents and Settings\username\PrintHood.
LocalAppData28 The file system directory that serves as a data repository for local (nonroaming) applications. A typical path is C:\Documents and Settings\username\Local Settings\Application Data.
AltStartup29 The file system directory that corresponds to the user's nonlocalized Startup program group.
AllTasks-3 The "All Tasks" folder, a collection of control panel tasks. Note that bitness of calling application and OS must match to show control panel items. Ensure application is targeted architecture "Any CPU"!
CommonAltStartup30 The file system directory that corresponds to the nonlocalized Startup program group for all users. Valid only for Microsoft Windows NT systems.
CommonFavorites31 The file system directory that serves as a common repository for favorite items common to all users. Valid only for Windows NT systems.
InternetCache32 The file system directory that serves as a common repository for temporary Internet files. A typical path is C:\Documents and Settings\username\Local Settings\Temporary Internet Files.
Cookies33 The file system directory that serves as a common repository for Internet cookies. A typical path is C:\Documents and Settings\username\Cookies.
History34 The file system directory that serves as a common repository for Internet history items.
CommonAppData35 The file system directory containing application data for all users. A typical path is C:\Documents and Settings\All Users\Application Data.
Windows36 The Windows directory or SYSROOT. This corresponds to the %windir% or %SYSTEMROOT% environment variables. A typical path is C:\Windows.
System37 The Windows System folder. A typical path is C:\Windows\System32.
ProgramFiles38 The Program Files folder. A typical path is C:\Program Files.
MyPictures39 The file system directory that serves as a common repository for image files. A typical path is C:\Documents and Settings\username\My Documents\My Pictures.
Home-4 Windows 11 22H2 'Home' virtual folder.
Profile40 The user's profile folder. A typical path is C:\Documents and Settings\username. Applications should not create files or folders at this level; they should put their data under the locations referred to by AppData or LocalAppData.
SystemX8641 The Windows System folder. A typical path is C:\Windows\System32.
ProgramFilesX8642 The Program Files folder. A typical path is C:\Program Files.
ProgramFilesCommon43 A folder for components that are shared across applications. A typical path is C:\Program Files\Common. Valid only for Windows NT, Windows 2000, and Windows XP systems. Not valid for Windows Millennium Edition (Windows Me).
ProgramFilesCommonX8644 A folder for components that are shared across applications. A typical path is C:\Program Files\Common. Valid only for Windows NT, Windows 2000, and Windows XP systems. Not valid for Windows Millennium Edition (Windows Me).
CommonTemplates45 The file system directory that contains the templates that are available to all users. A typical path is C:\Documents and Settings\All Users\Templates. Valid only for Windows NT systems.
CommonDocuments46 The file system directory that contains documents that are common to all users. A typical paths is C:\Documents and Settings\All Users\Documents. Valid for Windows NT systems and Microsoft Windows 95 and Windows 98 systems with Shfolder.dll installed.
CommonAdminTools47 The file system directory containing administrative tools for all users of the computer.
AdminTools48 The file system directory that is used to store administrative tools for an individual user. The Microsoft Management Console (MMC) will save customized consoles to this directory, and it will roam with the user.
Connections49 The virtual folder representing Network Connections, containing network and dial-up connections.
CommonMusic53 The file system directory that serves as a repository for music files common to all users. A typical path is C:\Documents and Settings\All Users\Documents\My Music.
CommonPictures54 The file system directory that serves as a repository for image files common to all users. A typical path is C:\Documents and Settings\All Users\Documents\My Pictures.
CommonVideo55 The file system directory that serves as a repository for video files common to all users. A typical path is C:\Documents and Settings\All Users\Documents\My Videos.
Resources56 Windows Vista. The file system directory that contains resource data. A typical path is C:\Windows\Resources.
CDBurnArea59 The file system directory acting as a staging area for files waiting to be written to CD. A typical path is C:\Documents and Settings\username\Local Settings\Application Data\Microsoft\CD Burning.
ComputersNearMe61 The folder representing other computers in your workgroup.
AppUpdates80 The virtual folder containing the installed application updates.
Contacts81 The virtual folder containing the users contacts.
Documents82 The users documents folder. Equivalent to Personal
DocumentsLibrary83 The documents library.
Downloads84 The downloads folder.
Games85 The games folder. Does not exist in Windows 10 1803 and later.
Libraries86 The libraries folder.
Links87 The folder %USERPROFILE%\Links.
LocalAppDataLow88 The LocalLow folder of the users appdata - %USERPROFILE%\AppData\LocalLow.
MusicLibrary89 The music library.
PicturesLibrary90 The pictures library.
ProgramFilesCommonX6491 This value is not supported on 32-bit operating systems. It also is not supported for 32-bit applications running on 64-bit operating systems. Attempting to use it in either situation results in an error.
ProgramFilesX6492 This value is not supported on 32-bit operating systems. It also is not supported for 32-bit applications running on 64-bit operating systems. Attempting to use it in either situation results in an error.
Public93 The %PUBLIC% folder.
PublicDownloads94 The public downloads folder.
PublicLibraries95 The public libraries folder.
QuickLaunch96 The folder containing the quicklaunch links.
SavedGames97 The folder containing the savegames.
SavedSearches98 The folder containing saved searches.
UserProfiles99 The folder containing the users profiles.
UsersFiles100 The folder containing the users files.
VideosLibrary101 The videos library.
Homegroup102 The home group, only on Windows 7 and later. Doesn't exist on all systems.
FileSystemFolder252 A file system folder.
Invalid254 Invalid special folder.
Unknown255 Unknown special folder.
Remarks
Known folder constants begin with 0x0050
See Also