Re: How to get the path of "Common Files" directory by Jeff
Jeff
Wed Mar 12 08:00:02 CDT 2008
On 12/03/2008 in message
<5fa20a64-8a90-4765-8bfd-3f155420ed36@b1g2000hsg.googlegroups.com> Norbert
Pürringer wrote:
>Hello,
>
>is there a way to get the path of the directory "Common Files"
>via .NET?
>
>I was not able to find a proper function in class Path.
The Environment NameSpace covers a lot of these special folders, e.g.:
Environment.GetFolderPath(Environment.SpecialFolder.CommonProgramFiles);
--
Jeff Gaines