dannyres Posted September 5, 2003 Posted September 5, 2003 Hi guys, does anyone know how i can find the current users "Application Data" path? mine looks like this: "C:\Documents and Settings\Daniel\Application Data\" any help would be appreciated. Thanks, Dan Quote
*Experts* mutant Posted September 5, 2003 *Experts* Posted September 5, 2003 This will return it for you: System.Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData) The SpecialFolder enumeration contains a lot more other special folders. Then you simply get it using the GetFolderPath() method. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.