How to get the path to the folder of recent documents using C #?
Cm:
System.Environment.SpecialFolder.Recent
So:
DirectoryInfo d = new DirectoryInfo( System.Environment.GetFolderPath(Environment.SpecialFolder.Recent) );