Unicode Controls & Classes for VB6 - Version 4

clsSpecialFolders Class

Returns information about system special folders; check MSDN for details

Enums
Name Description
Events
Name Description
Properties
Name Type Description
Admintools (String) The file system directory that is used to store administrative tools for an individual user. The MMC will save customized consoles to this directory, and it will roam with the user.
Altstartup (String) The file system directory that corresponds to the user's nonlocalized Startup program group. This value is recognized in Windows Vista for backward compatibility, but the folder itself no longer exists.
Appdata (String) 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 Internet Explorer 4.0 integrated Shell installed.
Bitbucket (String) The virtual folder that contains the objects in the user's Recycle Bin.
Common_Admintools (String) The file system directory that contains administrative tools for all users of the computer.
Common_Altstartup (String) The file system directory that corresponds to the nonlocalized Startup program group for all users. This value is recognized in Windows Vista for backward compatibility, but the folder itself no longer exists.
Common_Appdata (String) The file system directory that contains application data for all users. A typical path is C:\Documents and Settings\All Users\Application Data. This folder is used for application data that is not user specific. For example, an application can store a spell-check dictionary, a database of clip art, or a log file in the CSIDL_COMMON_APPDATA folder. This information will not roam and is available to anyone using the computer.
Common_Desktopdirectory (String) 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.
Common_Documents (String) The file system directory that contains documents that are common to all users. A typical path is C:\Documents and Settings\All Users\Documents.
Common_Favorites (String) The file system directory that serves as a common repository for favorite items common to all users.
Common_Programs (String) 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.
Common_Startmenu (String) 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.
Common_Startup (String) 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.
Common_Templates (String) 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.
Connections (String) The virtual folder that represents Network Connections, that contains network and dial-up connections.
Controls (String) The virtual folder that contains icons for the Control Panel applications.
Cookies (String) The file system directory that serves as a common repository for Internet cookies. A typical path is C:\Documents and Settings\username\Cookies.
Desktop (String) The virtual folder that represents the Windows desktop, the root of the namespace.
Desktopdirectory (String) 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.
Drives (String) The virtual folder that represents My Computer, containing everything on the local computer: storage devices, printers, and Control Panel. The folder can also contain mapped network drives.
Favorites (String) 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.
Fonts (String) A virtual folder that contains fonts. A typical path is C:\Windows\Fonts.
History (String) The file system directory that serves as a common repository for Internet history items.
Internet (String) A virtual folder for Internet Explorer.
Internet_Cache (String) 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.
Local_Appdata (String) 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.
Mypictures (String) 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.
Nethood (String) A file system directory that contains 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.
Network (String) A virtual folder that represents Network Neighborhood, the root of the network namespace hierarchy.
Personal (String) The virtual folder that represents the My Documents desktop item. This is equivalent to CSIDL_MYDOCUMENTS.
Previous to Version 6.0. 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. To access that virtual folder, use SHGetFolderLocation, which returns the ITEMIDLIST for the virtual location, or refer to the technique described in Managing the File System.
Printers (String) The virtual folder that contains installed printers.
Printhood (String) 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.
Profile (String) The user's profile folder. A typical path is C:\Users\username. Applications should not create files or folders at this level; they should put their data under the locations referred to by CSIDL_APPDATA or CSIDL_LOCAL_APPDATA. However, if you are creating a new Known Folder the profile root referred to by CSIDL_PROFILE is appropriate.
Program_Files (String) The Program Files folder. A typical path is C:\Program Files.
Program_Files_Common (String) A folder for components that are shared across applications. A typical path is C:\Program Files\Common. Valid only for Windows XP.
Program_Files_Commonx86 (String)
Program_Filesx86 (String)
Programs (String) 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.
Recent (String) 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. To create a shortcut in this folder, use SHAddToRecentDocs. In addition to creating the shortcut, this function updates the Shell's list of recent documents and adds the shortcut to the My Recent Documents submenu of the Start menu.
Sendto (String) The file system directory that contains Send To menu items. A typical path is C:\Documents and Settings\username\SendTo.
Startmenu (String) The file system directory that contains Start menu items. A typical path is C:\Documents and Settings\username\Start Menu.
Startup (String) The file system directory that corresponds to the user's Startup program group. The system starts these programs whenever any user logs on. A typical path is C:\Documents and Settings\username\Start Menu\Programs\Startup.
System (String) The Windows System folder. A typical path is C:\Windows\System32.
Systemx86 (String)
Templates (String) The file system directory that serves as a common repository for document templates. A typical path is C:\Documents and Settings\username\Templates.
Windows (String) The Windows directory or SYSROOT. This corresponds to the %windir% or %SYSTEMROOT% environment variables. A typical path is C:\Windows.
Methods
Name Type Description
Remarks