WindowsRecylceBin 1.2.0

dotnet add package WindowsRecylceBin --version 1.2.0                
NuGet\Install-Package WindowsRecylceBin -Version 1.2.0                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="WindowsRecylceBin" Version="1.2.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add WindowsRecylceBin --version 1.2.0                
#r "nuget: WindowsRecylceBin, 1.2.0"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install WindowsRecylceBin as a Cake Addin
#addin nuget:?package=WindowsRecylceBin&version=1.2.0

// Install WindowsRecylceBin as a Cake Tool
#tool nuget:?package=WindowsRecylceBin&version=1.2.0                

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

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

Example:

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

For more details visit the API documentation

Product Compatible and additional computed target framework versions.
.NET net8.0-windows7.0 is compatible.  net9.0-windows was computed. 
.NET Framework net48 is compatible.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.8

    • No dependencies.
  • net8.0-windows7.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.2.0 76 3/2/2025
1.1.4 119 11/5/2024
1.1.3 98 11/3/2024
1.1.2 112 10/27/2024
1.1.1 95 10/27/2024
1.1.0 107 10/26/2024
1.0.0 96 10/25/2024