0
kicks
How to get commonly used directories using .Net
Many times we require users home directory and other commonly used directories in .NET, this can be achieved using a combination of the Environment.SpecialFolders enumeration, and the Environment.GetFolderPath() function.