Monday, April 21, 2008

How to get the path for "My Documents" and other system folders?

Response.write( Environment.GetFolderPath( Environment.SpecialFolder.Personal ) );