
Retrieving special system paths
The GetFolderPath method of the Environment class lets you retrieve the path of several important system directories. For example, here’s how you determine the path of the Desktop directory for the current user: Console.WriteLine(Environment.GetFolderPath _ (Environment.SpecialFolder.DesktopDirectory))’ displays C:Documents and SettingsAdministratorDesktop Here’s a list of other useful constants you can pass