Questions tagged [recycle-bin]

In computing, the trash (also known as the recycle bin) is temporary storage for files that have been deleted in a file manager by the user, but not yet permanently erased from the physical media.

In computing, the trash (also known as the recycle bin) is temporary storage for files that have been deleted in a file manager by the user, but not yet permanently erased from the physical media.

Recycle bin functionality is usually integrated into a desktop environment and its file manager. Examples include:

  • Mac OS and Mac OS X, with Macintosh Finder, as Trash (or Wastebasket in defunct localizations)
  • Microsoft Windows, with Windows Explorer
  • GNOME (Linux), with Nautilus
  • KDE (Linux), with Konqueror and Dolphin
  • Xfce (Linux), with Thunar
  • Amiga, when using the WorkBench. The Professional File System added trashcan-esque behavior at the filesystem level.
  • Windows Live, with Skydrive

Resources

Chat Room

Chat about recycle-bin with other Stack Overflow users

236 questions
1
vote
2 answers

how to run this powershell command without curly braces{}

$objShell = New-Object -Com Shell.Application $objFolder = $objShell.Namespace(0xA) Remove-Item ($objFolder.items() | select path | where-object { $_.path -like "C:\*" }).path -Recurse -Confirm:$false I would like take only the path with C:\ and…
Siva Thilak
  • 23
  • 1
  • 6
1
vote
1 answer

Periodically remove all files of certain type from Google Drive Trash

I got some db files automatically backuped to my google drive. The backup routine adds the new db files (.lxdb) to a specific folder and removes the older ones. On Google Drive the deleted files end up in the trash, quickly using up GBs of Drive…
haemse
  • 3,971
  • 5
  • 28
  • 40
1
vote
0 answers

How to get last modified time of Recycle Bin

I've made some basic code attempting to get and display the date modified of the users recycle bin. I have a DateTime which uses File.GetWriteTime on the recycle bin file. Then I'm just displaying that DateTime in a MessageBox. Here is my…
DylanC
  • 41
  • 9
1
vote
0 answers

Partial Recovery from AD Recyle Bin

I have a small Windows domain which became "a little bit" corrupted over time. Now I want to cleanup using an older VM of a DC (WinSrvr 2008R2) with a healthy AD structure. For this I removed the existing DCs physically from the network without…
hellerim
  • 187
  • 7
1
vote
2 answers

Delete file to recyclebin in csharp with VB's FileSystem.DeleteFile method not working properly

I've got a piece of code that calls the DeleteFile method in the Microsoft.VisualBasic.FileIO.FileSystem class (in the Microsoft.VisualBasic assembly) in order to send the file to the Recycle Bin instead of permanently deleting it. This code is in a…
Mels
  • 476
  • 2
  • 17
1
vote
5 answers

How to send email with php without the mail landing automaticly in the trash box

Im using PHP's mail() function to send some emails. But all my mails land automaticly in the trash box. Is there a way of preventing this? If so, where should i read to learn more about it. Would you recommend me using PHPmailer? Best of…
Alexander
  • 15
  • 1
  • 3
1
vote
0 answers

API do find out if trash works on a given network volume

For some network volumes OSX does not support the trash concept. When you attempt to delete files on such a volume you get a warning dialog telling you that files will be deleted forever. Is there an API to check whether this is the case before…
user1573546
  • 523
  • 5
  • 13
1
vote
1 answer

GMail API: Trashing first email seems to remove entire thread

I'm using the GMail API in Go(lang). After each email arrives I am 'inserting' (not sending an email onto the same thread (with stats about how many times you have communicated with this person etc etc... What I want to end up with is the original…
amlwwalker
  • 3,161
  • 4
  • 26
  • 47
1
vote
1 answer

How to restore a user story from recyclebin through Rally Node Rest API

I am trying to restore a User Story from Recycle bin, how do i do it (I only have the objectID of the user story available)? Is there any examples?
Sarita
  • 145
  • 9
1
vote
1 answer

Retrieve all fields from Rally WSAPI Recycle bin

I am trying to list all the fields of the userstory in Recycle bin and I see only few. Can't all the fields be fetched? var config = { model: 'RecycleBinEntry', filters: [{ property:…
Sarita
  • 145
  • 9
1
vote
1 answer

SkipTrash in hive in insert overwrite query

I have insert overwrite query in hive, After query is executed data is dumped into trash folder. Is there any option or property by which it can avoided?
sagar karira
  • 11
  • 1
  • 3
1
vote
1 answer

Remove Recycle Bin from Quick Launch SharePoint 2013

I am scratching my head on this one. I am trying to remove the Recycle Bin from my SharePoint 2013 Site (Microsoft 365). I have spent hours researching and everything I have found hasn't worked. Example 1, Example 2. The most common solution I have…
SanLuka
  • 125
  • 2
  • 13
1
vote
0 answers

How to programmatically turn on "Display delete confirmation dialog" recycle bin properties

My application allows user to delete files from its GUI. Every time they delete something, I want to show the OS confirmation dialog. I use SHFileOperationW() to move files and folder to the recycle bin. But if the option "Display delete…
1
vote
2 answers

How to manipulate/clean the Linux Trash folder the pythonic way?

I know how the Trash folder in Linux is constructed. So it wouldn't be that hard to manipulate it directly with some lowlevel filesystem commands. I know the trash-cli package from Ubuntu GNU/Linux, too. What would be a pythonic solution to clean…
buhtz
  • 10,774
  • 18
  • 76
  • 149
1
vote
2 answers

Swipe To Open Options ListView

I want to implement a listview, on which swiping opens up the actions that we can do with that item. I have attached an image.