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
2
votes
1 answer

How to get the list of file in recycle bin by using c# console application

I am working on homework to get the file count of the recycle bin by using shell32.dll. However, I am struggling to display the list of the files in the recycle bin and keep getting a System.InvalidCastException error when I try to use the shell. I…
coderSquirrel
  • 41
  • 1
  • 6
2
votes
2 answers

Empty recycle bin with Powershell V2

Is there a way to empty the recycle bin using Powershell 2.0. I do not want to update Powershell.
2
votes
1 answer

PowerShell get deleted files of a folder

I try get the deleted files of a folder using Get-ChildItem and Trash but its not working so well. In trash I can get the file, but i dont know how discover what file is of the folder that I executed the script. Get-ChildItem -Recurse -File #Can`t…
Michel Souza
  • 25
  • 1
  • 6
2
votes
2 answers

Oracle Reyclebin Not Releasing Space

I work on a database that's on Oracle 12.1. Whenever we drop a table for any reason, it goes to the recycle bin. Usually, whenever we build another table that requires more space, the space automatically opens up on the recycle bin. Recently, the…
jacobhobson
  • 1,075
  • 9
  • 14
2
votes
4 answers

applescript: empty trash without warning

I am currently trying to write an applescript to empty the trash without displaying the warning. I used "empty trash" it works fine if it was running as script, but if I save it as application it displays the warning "Are you sure you want to…
sarah
  • 21
  • 1
  • 5
2
votes
3 answers

Automatically find and permanently delete is;trashed items in google Drive

I have thousands of files on google drive which i have deleted sent to trash. My problem is they are still showing up after emptying the trash. Emptying the trash simply does not work. The only way i can delete items and reduce quota is by searching…
2
votes
0 answers

I deleted my .xcodeproj file, what can I do?

I accidentally deleted my xcodeproj file (also from trash) I really don't know how it could happen. What should I do now? I have my app on my iPhone, can I do something with that? Hope someone can help!
Ontop14
  • 33
  • 2
2
votes
1 answer

How can one access all the files/directories in the user's recycle bin in WPF?

NOTE: To be clear, I do not want to empty the recycle bin as answered in other questions. Using answers from other questions on both Stack Overflow and Super User I have discovered the way to get the location of one's recycle bin in C#…
Toby Smith
  • 1,505
  • 2
  • 15
  • 24
2
votes
1 answer

Recycle Bin in Bash Script

I am trying to create a basic recycle bin concept in a VM using bash scripting. It will need to delete files that have been entered and place them into a directory that is created and save the path(origin) to a log file to be later used in a restore…
user6166509
2
votes
0 answers

When does Hadoop Framework creates a checkpoint (expunge) to its "current" directory in trash?

From a long time, I have observed that Hadoop framework set a checkpoint on the trash current directory irrespective of a time interval whereas permanently deletes the file/directory within the specified deletion interval after creating the…
Abhishek Sakhuja
  • 197
  • 2
  • 16
2
votes
0 answers

Is SHFileOperation() call asynchronous?

ALL, SHFileOperation() call - is it synchronous or asynchronous? I want to send some files to the Recycle Bin... I can't find this info in MSDN. Thank you.
Igor
  • 5,620
  • 11
  • 51
  • 103
2
votes
1 answer

Access trashed Wordpress posts on the front-end

I've got this script to list all the post titles with permalinks including posts that are in the trash, on the front-end:
    -1, 'offset' => 0, 'category' => $cat_id, 'post_status'…
User_FTW
  • 504
  • 1
  • 16
  • 44
2
votes
1 answer

Alfresco trashcanCleaner job triggered not at preset time

I was testing the trashcanCleaner module on my Alfresco one 5.0.0.3 running on Tomcat7. The problem is about the time of the trigger of the clean action. The preset time for the clean action is 04:00 per day and the protected days is set to 1. Last…
qingl97
  • 327
  • 4
  • 14
2
votes
2 answers

Cmd command to delete files without trash

Please do you know of a cmd command for windows 8, which deletes files directly from disk? Without sending them to trash? I've tried del c:\something /q but it moves files into trash instead of deleting them permanently.
Jiří Herník
  • 2,412
  • 1
  • 25
  • 26
2
votes
2 answers

Setting up recycle bin functionality in Archer GRC

When deleting records within the platform, this action is not reversible via the front end. Is there a way to allow users to remove a record from their view without actually deleting the record?
user3693303