79126880

Date: 2024-10-25 18:18:12
Score: 0.5
Natty:
Report link

I have created a nuget package that provides the ability to easily restore files and directories from the Windows recycle bin.

Example:

using WindowsRecylceBin; 
...    
var recycleBin = RecycleBin.ForCurrentUser();
recycleBin.Restore(@"C:\Users\Sample\Documents\ImportantDocument.txt");
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Sebastian B