Environment: SpecialFolder

SpecialFolder

This enum represents a list of folders accessible using GetFolderPath. These definitions are from the Microsoft Dot NET 1.1 MSDN Library.

 Public Enum SpecialFolder

Values

ApplicationData = &H1A
The directory that serves as a common repository for application-specific data for the current roaming user. A roaming user works on more than one computer on a network. A roaming users profile is kept on a server on the network and is loaded onto a system when the user logs on.
CommonApplicationData = &H23
The directory that serves as a common repository for application-specific data that is used by all users.
CommonProgramFiles = &H2B
The directory for components that are shared across applications.
Cookies = &H21
The directory that serves as a common repository for Internet cookies.
Desktop = &H0
The logical Desktop rather than the physical file system location.
DesktopDirectory = &H10
The directory used to physically store file objects on the desktop. Do not confuse this directory with the desktop folder itself, which is a virtual folder.
Favorites = &H6
The directory that serves as a common repository for the users favorite items.
History = &H22
The directory that serves as a common repository for Internet history items.
InternetCache = &H20
The directory that serves as a common repository for temporary Internet files.
LocalApplicationData = &H1C
The directory that serves as a common repository for application-specific data that is used by the current, non-roaming user.
MyComputer = &H11
The "My Computer" folder.
MyMusic = &HD
The "My Music" folder.
MyPictures = &H27
The "My Pictures" folder.
Personal = &H5
The directory that serves as a common repository for documents (My Documents).
ProgramFiles = &H26
The program files folder.
Programs = &H2
The directory that contains the users program groups.
Recent = &H8
The directory that contains the users most recently used documents.
SendTo = &H9
The directory that contains the Send To menu items.
StartMenu = &HB
The directory that contains the Start menu items.
Startup = &H7
The directory that corresponds to the users Startup program group. The system starts these programs whenever a user logs on or starts Windows NT or later, or starts Windows 98.
SystemDir = &H25
The system directory.
Templates = &H15
The directory that serves as a common repository for document templates.
Windows = &H24
The windows directory.

Remarks

See Also

Project VBCorLib Overview | Class Environment Overview