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
votes
3 answers

C - Printing undefined array elements isn't giving me junk

I've got this tiny program I wrote for a C pointers exercise. I simply take a char array and print it in reverse using a pointer. It works. However, I don't understand why it works. Since I'm starting the for loop at element 9, shouldn't it print 5…
Pen275
  • 21
  • 5
-1
votes
1 answer

delete $recycle.bin folder in all folders

Need a bit help here please... need a script preferably batch script to delete $recycle.bin folder in all sub folders. I have Drive where I have user folders and each user folder has his own $recycle.bin folder. Structure on Drive C:\ User1 >…
Rossi
  • 23
  • 1
  • 7
-1
votes
1 answer

How to get url list of trash post in wordpress?

i have deleted some post in WordPress and they are in now trash i need all post URL list so i can submit in Google removal URL list in webmaster tool. SO how will i get all the list and write in Robot.txt. Thanks..
Rituraj ratan
  • 10,260
  • 8
  • 34
  • 55
-1
votes
1 answer

woocommerce pages missing in admin settings

I have woocommerce installed and using the Mystile theme. Right now the Shop page shows all of the (hundreds of) products paginated. I google how to set it to show categories instead. The answers to this and other questions I have all show screen…
Julie Moffat
  • 1
  • 1
  • 2
-1
votes
1 answer

Nautilus 2.16 - trash confirmation difference between filesystems

Apologies if this question seems rather trivial, but it's causing me some frustration. I have a Redhat 5.3 installation, using nautilus-2.16.2-7.el5 that has two filesystems mounted. Under user1, when sending to the trash (pressing Del) on…
xdogheadx
  • 1
  • 1
-1
votes
1 answer

how are deleted files stored in recycle bin

since we are able to recover them later I am guessing some information about the files will he stored but having entire files stored untill recycle bin is emptied seems a brute effort. so what information of deleted files are stored and does it…
Pratyush Dhanuka
  • 1,405
  • 2
  • 11
  • 21
-1
votes
1 answer

Recyclebin in android

How to create Recycle bin in android.This recycle bin functionality should be same as recycle bin which we are using in windows operating system. for more explanation:If i delete any files,images,messages etc it should reach to recycle bin. is there…
user2791281
  • 149
  • 3
  • 12
-1
votes
3 answers

How does recycle bin work (hardware layer)?

I'm interested what would happen with the hardware (hard disk) when deletes a file. I mean, I'm looking for some information about the process in hardware when the user decides to erase all the files from recycle bin. I'm interested in Windows OS. I…
Darf Zon
  • 6,268
  • 20
  • 90
  • 149
-2
votes
1 answer

Universal Path for RecycleBin (Check when modified)

I'm trying to make a simple program that reads when the Recycle Bin was last modified the relevant code with follow: DateTime lastModifiedRB = System.IO.File.GetLastWriteTime(@"C:\$Recycle.bin"); Console.WriteLIne("Recycle Bin was last modified at:…
RAD140
  • 61
  • 2
  • 7
-2
votes
1 answer

Can i publish hello world app on play market?

I buyed google developer account, and want to publish hello world app just for fun/for friends. Can google ban my account, if i do it? Will i use marking app as alpha to prevent search spam? How i can publish trash app for closed circle of users…
-3
votes
1 answer

Moved file to trash from command line, but it's not there

I used "mv .ghcup/ ~/.Trash" in terminal to delete the Haskell platform. It's a pretty big file, but when I checked Trash it wasn't there. I didn't empty the Trash before checking. I also tried creating a text file and moving it to trash using the…
1 2 3
15
16