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;
A path for the specified folder.
Frequently, data is stored in special folders.
SystemInformation Class | SystemInformation Members | System.WinForms Namespace