Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » .NET   (RSS)
Sorry, but there are no more tags available to filter with.

How to get the ProgramFiles folder

While writing a code, I had a requirement to use the programfiles folder to pull out some files from there. Here is the code to get it: Console.WriteLine(System.Environment.GetFolderPath(Environment.SpecialFolder.ProgramFiles));
Posted by Deepak Verma | 1 Comments
Filed under:
 
Page view tracker