Environment.GetFolderPath : Environment Settings : Development Class C# Source Code


Custom Search

C# Source Code » Development Class » Environment Settings »

 

Environment.GetFolderPath








    
 

using System;
using System.Windows.Forms;
   
class MyDocumentsFolder
{
     public static void Main()
     {
          Console.WriteLine(Environment.GetFolderPath(Environment.SpecialFolder.Personal));
          
     }
}

 
    
   
  
   







HTML code for linking to this page:

Follow Navioo On Twitter

C# Source Code

 Navioo Development Class
» Environment Settings