NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

SystemInformation.GetSpecialFolderPath

Gets the path to a special folder.

[Visual Basic]
Public Shared Function GetSpecialFolderPath( _
   ByVal folder As SpecialFolder _
) As String
[C#]
public static string GetSpecialFolderPath(
   SpecialFolder folder
);
[C++]
public: static String* GetSpecialFolderPath(
   SpecialFolder folder
);
[JScript]
public static function GetSpecialFolderPath(
   folder : SpecialFolder
) : String;

Parameters

folder
A SpecialFolder that specifies the folder whose path you want to retrieve.

Return Value

A path for the specified folder.

Remarks

Frequently, data is stored in special folders.

See Also

SystemInformation Class | SystemInformation Members | System.WinForms Namespace