Welcome to MSDN Blogs
Sign in
|
Join
|
Help
Deepak's WebLog
This Blog
Email
Syndication
RSS 2.0
Atom 1.0
Search
Tags
.NET
ASP.NET
Dynamic Data Wizard
IIS
Silverlight
News
The posts on this weblog are provided “AS IS” with no warranties, and confer no rights. The opinions expressed herein are my own personal opinions and do not represent my employer’s view in any way.
Archives
November 2008 (2)
August 2008 (2)
July 2008 (1)
Browse by Tags
All Tags
»
.NET
(RSS)
Sorry, but there are no more tags available to filter with.
Tuesday, November 11, 2008 6:44 PM
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:
.NET