How to get the path of recent documents folder using C#?
See:
System.Environment.SpecialFolder.Recent
So:
DirectoryInfo d = new DirectoryInfo(
System.Environment.GetFolderPath(Environment.SpecialFolder.Recent)
);
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With