D Daniel O'Connell [C# MVP] Oct 18, 2004 #2 Tee said: Hi, How to get the path of user "Program Files" by code? Click to expand... using System; //... Environment.GetFolderPath(Environment.SpecialFolder.ProgramFiles); Atleast in 1.1+. I'm not sure about 1.0
Tee said: Hi, How to get the path of user "Program Files" by code? Click to expand... using System; //... Environment.GetFolderPath(Environment.SpecialFolder.ProgramFiles); Atleast in 1.1+. I'm not sure about 1.0