Ever want to find out from c# where some "special" folders are located so you can use them in your desktop application?

Here's how.

Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData)


 

See  Environment.SpecialFolder enumeration for more locations.

About Brian Keating
Brian Keating
Professional Software Developer, .NET / C++ / Java View all posts by Brian Keating →