SPECIALFOLDER(ID[,True])
Description
Get special folder names. If True is added, the folder will be created if it does not exist. This function allows you to use the proper folder names at runtime on devices in languages other that your own, and to prepare for future devices. This function is supported on Windows CE 3.0 and later devices. We have also found the output from this function is device dependant.
|
2 |
\Windows\Start Menu\Programs |
|
3 |
The file system directory that contains the user's program groups, which are also file system directories. |
|
5 |
The file system directory that serves as a common repository for documents. |
|
6 |
The file system directory that serves as a common repository for the user's favorite items. |
|
7 |
The file system directory that corresponds to the user's Startup program group. The system starts these programs when a device is powered on. |
|
8 |
File system directory that contains the user's most recently used documents. |
|
13 |
Folder that contains music files. |
|
15 |
Folder that contains video files. |
|
16 |
File system directory used to physically store file objects on the desktop (not to be confused with the desktop folder itself). |
|
20 |
The virtual folder that contains fonts. |
|
26 |
File system directory that serves as a common repository for application-specific data. |
|
36 |
The Windows folder. |
|
38 |
The program files folder. |
|
39 |
Folder that contains picture files. |
|
40 |
Folder that contains the profile of the user. |
Example
MsgBox SpecialFolder(6)
Output
(displays "\Windows\Favorites" on English Pocket PC)
Related Items