OpenNETCF Smart Device Framework 2.2
Specifies enumerated constants used to retrieve directory paths to system special folders.

Namespace:  OpenNETCF
Assembly:  OpenNETCF (in OpenNETCF)
Version: 2.2.0.0

Syntax

C#
public enum SpecialFolder
Visual Basic (Declaration)
Public Enumeration SpecialFolder
Visual Basic (Usage)
Dim instance As SpecialFolder
Visual C++
public enum class SpecialFolder
J#
public enum SpecialFolder
JScript
public enum SpecialFolder

Members

Member nameDescription
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.

See Also