WindowsRecylceBin 1.2.1

dotnet add package WindowsRecylceBin --version 1.2.1
                    
NuGet\Install-Package WindowsRecylceBin -Version 1.2.1
                    
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.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="WindowsRecylceBin" Version="1.2.1" />
                    
Directory.Packages.props
<PackageReference Include="WindowsRecylceBin" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add WindowsRecylceBin --version 1.2.1
                    
#r "nuget: WindowsRecylceBin, 1.2.1"
                    
#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.
#addin nuget:?package=WindowsRecylceBin&version=1.2.1
                    
Install WindowsRecylceBin as a Cake Addin
#tool nuget:?package=WindowsRecylceBin&version=1.2.1
                    
Install WindowsRecylceBin as a Cake Tool

.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.1 144 3/22/2025
1.2.0 89 3/2/2025
1.1.4 124 11/5/2024
1.1.3 100 11/3/2024
1.1.2 114 10/27/2024
1.1.1 97 10/27/2024
1.1.0 108 10/26/2024
1.0.0 97 10/25/2024