OpenNETCF Smart Device Framework 2.3
Assembly: OpenNETCF (in OpenNETCF.dll) Version: 2.3.0.0
Gets the path to the system special folder identified by the specified enumeration.
Namespace:
OpenNETCFAssembly: OpenNETCF (in OpenNETCF.dll) Version: 2.3.0.0
Syntax
| C# |
|---|
public static string GetFolderPath( Environment2..::.SpecialFolder folder ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function GetFolderPath ( _ folder As Environment2..::.SpecialFolder _ ) As String |
| Visual Basic (Usage) |
|---|
Dim folder As Environment2..::.SpecialFolder Dim returnValue As String returnValue = Environment2.GetFolderPath(folder) |
| Visual C++ |
|---|
public: static String^ GetFolderPath( Environment2..::.SpecialFolder folder ) |
| J# |
|---|
public static String GetFolderPath( Environment2..::.SpecialFolder folder ) |
| JScript |
|---|
public static function GetFolderPath( folder : Environment2..::.SpecialFolder ) : String |
| JavaScript |
|---|
OpenNETCF.Environment2.GetFolderPath = function(folder); |
Parameters
- folder
- Type: OpenNETCF..::.Environment2..::.SpecialFolder
An enumerated constant that identifies a system special folder.