Skip to content

.NET API to access the Windows recycle bin and restore files from it.

License

Notifications You must be signed in to change notification settings

sbaeumlisberger/WindowsRecylceBin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.NET API to access the Windows recycle bin and restore files from it.

Supports Windows Vista, 7, 8, 10 and 11.

https://www.nuget.org/packages/WindowsRecylceBin

Example:

var recycleBin = RecycleBin.ForCurrentUser();
recycleBin.Restore(@"C:\Users\Sample\Documents\ImportantDocument.txt");

For more details visit the API documentation

About

.NET API to access the Windows recycle bin and restore files from it.

Topics

Resources

License

Stars

Watchers

Forks