OpenNETCF Smart Device Framework 2.3
Assembly: OpenNETCF (in OpenNETCF.dll) Version: 2.3.0.0
Specifies enumerated constants used to retrieve directory paths to system special folders.
Namespace:
OpenNETCFAssembly: OpenNETCF (in OpenNETCF.dll) Version: 2.3.0.0
Syntax
| C# |
|---|
public enum SpecialFolder |
| Visual Basic (Declaration) |
|---|
Public Enumeration SpecialFolder |
| Visual Basic (Usage) |
|---|
Dim instance As Environment2.SpecialFolder |
| Visual C++ |
|---|
public enum class SpecialFolder |
| J# |
|---|
public enum SpecialFolder |
| JScript |
|---|
public enum SpecialFolder |
| JavaScript |
|---|
OpenNETCF.SpecialFolder = function(); OpenNETCF.SpecialFolder.createEnum('OpenNETCF.SpecialFolder', false); |
Members
| Member name | Description | |
|---|---|---|
| Programs |
The directory that contains the user's program groups.
| |
| Personal |
The directory that serves as a common repository for documents.
| |
| MyDocuments |
The "My Documents" folder.
| |
| Favorites |
The directory that serves as a common repository for the user's favorite items.
| |
| Startup |
The directory that corresponds to the user's Startup program group.
The system starts these programs whenever a user starts Windows CE.
| |
| Recent |
The directory that contains the user's most recently used documents.
Not supported in Windows Mobile. | |
| StartMenu |
The directory that contains the Start menu items.
| |
| MyMusic |
The "My Music" folder.
Supported only on Windows Mobile. | |
| DesktopDirectory |
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.
Not supported in Windows Mobile. | |
| Fonts |
The Fonts folder.
| |
| ApplicationData |
The directory that serves as a common repository for application-specific data for the current user.
| |
| Windows |
The Windows folder.
| |
| ProgramFiles |
The program files directory.
| |
| MyPictures |
The "My Pictures" folder.
Supported only on Windows Mobile. |
Remarks
Not all platforms support all of these constants.