|
Variable
|
Explanation
|
|---|
ALLUSERSAPPDATA | Same as CSIDL_COMMON_APPDATA. |
ALLUSERSPROFILE | Refers to %PROFILESFOLDER%\Public or %PROFILESFOLDER%\all users. |
COMMONPROGRAMFILES | Same as CSIDL_PROGRAM_FILES_COMMON. |
COMMONPROGRAMFILES(X86) | Refers to the C:\Program Files (x86)\Common Files folder on 64-bit systems. |
CSIDL_COMMON_ADMINTOOLS | Version 5.0. The file system directory containing administrative tools for all users of the computer. |
CSIDL_COMMON_ALTSTARTUP | The file system directory that corresponds to the nonlocalized Startup program group for all users. |
CSIDL_COMMON_APPDATA | Version 5.0. The file system directory containing application data for all users. A typical path is C:\Documents and Settings\All Users\Application Data. |
CSIDL_COMMON_DESKTOPDIRECTORY | 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. |
CSIDL_COMMON_DOCUMENTS | The file system directory that contains documents that are common to all users. A typical path is C:\Documents and Settings\All Users\Documents. |
CSIDL_COMMON_FAVORITES | The file system directory that serves as a common repository for favorite items common to all users. |
CSIDL_COMMON_MUSIC | Version 6.0. 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. |
CSIDL_COMMON_PICTURES | Version 6.0. 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. |
CSIDL_COMMON_PROGRAMS | 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. |
CSIDL_COMMON_STARTMENU | 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. |
CSIDL_COMMON_STARTUP | 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. |
CSIDL_COMMON_TEMPLATES | 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. |
CSIDL_COMMON_VIDEO | Version 6.0. 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. |
CSIDL_DEFAULT_APPDATA | Refers to the Appdata folder inside %DEFAULTUSERPROFILE%. |
CSIDL_DEFAULT_LOCAL_APPDATA | Refers to the local Appdata folder inside %DEFAULTUSERPROFILE%. |
CSIDL_DEFAULT_COOKIES | Refers to the Cookies folder inside %DEFAULTUSERPROFILE%. |
CSIDL_DEFAULT_CONTACTS | Refers to the Contacts folder inside %DEFAULTUSERPROFILE%. |
CSIDL_DEFAULT_DESKTOP | Refers to the Desktop folder inside %DEFAULTUSERPROFILE%. |
CSIDL_DEFAULT_DOWNLOADS | Refers to the Downloads folder inside %DEFAULTUSERPROFILE%. |
CSIDL_DEFAULT_FAVORITES | Refers to the Favorites folder inside %DEFAULTUSERPROFILE%. |
CSIDL_DEFAULT_HISTORY | Refers to the History folder inside %DEFAULTUSERPROFILE%. |
CSIDL_DEFAULT_INTERNET_CACHE | Refers to the Internet Cache folder inside %DEFAULTUSERPROFILE%. |
CSIDL_DEFAULT_PERSONAL | Refers to the Personal folder inside %DEFAULTUSERPROFILE%. |
CSIDL_DEFAULT_MYDOCUMENTS | Refers to the My Documents folder inside %DEFAULTUSERPROFILE%. |
CSIDL_DEFAULT_MYPICTURES | Refers to the My Pictures folder inside %DEFAULTUSERPROFILE%. |
CSIDL_DEFAULT_MYMUSIC | Refers to the My Music folder inside %DEFAULTUSERPROFILE%. |
CSIDL_DEFAULT_MYVIDEO | Refers to the My Videos folder inside %DEFAULTUSERPROFILE%. |
CSIDL_DEFAULT_RECENT | Refers to the Recent folder inside %DEFAULTUSERPROFILE%. |
CSIDL_DEFAULT_SENDTO | Refers to the Send To folder inside %DEFAULTUSERPROFILE%. |
CSIDL_DEFAULT_STARTMENU | Refers to the Start Menu folder inside %DEFAULTUSERPROFILE%. |
CSIDL_DEFAULT_PROGRAMS | Refers to the Programs folder inside %DEFAULTUSERPROFILE%. |
CSIDL_DEFAULT_STARTUP | Refers to the Startup folder inside %DEFAULTUSERPROFILE%. |
CSIDL_DEFAULT_TEMPLATES | Refers to the Templates folder inside %DEFAULTUSERPROFILE%. |
CSIDL_DEFAULT_QUICKLAUNCH | Refers to the Quick Launch folder inside %DEFAULTUSERPROFILE%. |
CSIDL_FONTS | A virtual folder containing fonts. A typical path is C:\Windows\Fonts. |
CSIDL_PROGRAM_FILESX86 | The Program Files folder on 64-bit systems. A typical path is C:\Program Files(86). |
CSIDL_PROGRAM_FILES_COMMONX86 | A folder for components that are shared across applications on 64-bit systems. A typical path is C:\Program Files(86)\Common. |
CSIDL_PROGRAM_FILES | Version 5.0. The Program Files folder. A typical path is C:\Program Files. |
CSIDL_PROGRAM_FILES_COMMON | Version 5.0. A folder for components that are shared across applications. A typical path is C:\Program Files\Common. Valid only for computers running Windows NT, Windows 2000, and Windows XP. Not valid for Windows Millennium Edition. |
CSIDL_RESOURCES | For computers running Windows Vista, the file system directory that contains resource data. A typical path is C:\Windows\Resources. |
CSIDL_SYSTEM | Version 5.0. The Windows System folder. A typical path is C:\Windows\System32. |
CSIDL_WINDOWS | Version 5.0. The Windows directory or SYSROOT. This corresponds to the %WINDIR% or %SYSTEMROOT% environment variables. A typical path is C:\Windows. |
DEFAULTUSERPROFILE | Refers to the value in HKLM\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\ProfileList [DefaultUserProfile]. |
PROFILESFOLDER | Refers to the value in HKLM\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\ProfileList [ProfilesDirectory]. |
PROGRAMFILES | Same as CSIDL_PROGRAM_FILES. |
PROGRAMFILES(X86) | Refers to the C:\Program Files (x86) folder on 64-bit systems. |
SYSTEM | Refers to %WINDIR%\system32. |
SYSTEM16 | Refers to %WINDIR%\system. |
SYSTEM32 | Refers to %WINDIR%\system32. |
SYSTEMPROFILE | Refers to the value in HKLM\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\ProfileList\\S-1-5-18 [ProfileImagePath]. |
SYSTEMROOT | Refers to the root of the system drive. |
WINDIR | Refers to the Windows folder located on the system drive. |