Monday, October 10, 2005
Here's an easy way to know the folder where all the .NET framework files are installed:
Debug.WriteLine( Path.GetDirectoryName( typeof(object).Assembly.Location ) );
Posted On Monday, October 10, 2005 12:24 PM | Feedback (2) | Filed Under [ .NET General ]
Powered by:
Copyright © Omar AL Zabir [MVP]