Framework directory

Z

Zanna

Hi,

does someone know how to retrieve the framework installation path?

I mean I wanto to get the C:\WINNT\Microsoft.NET\Framework\v1.1.4322
diretory for the framework 1.1

Thanks
 
M

Miha Markic

Hi Zanna,

Use RuntimeEnvironment.GetRuntimeDirectory();
which is a part of System.Runtime.InteropService namespace.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top