Tagged Questions

1
vote
3answers
276 views

How can I get the localized name of a ‘special’ windows folder (Recycle bin etc.)?

I'm trying to find out the 'correct' windows API for finding out the localized name of 'special' folders, specifically the Recycle Bin. I want to be able to prompt the user with a …
1
vote
2answers
69 views

How can I tell that a directory is the Recycling bin in VB6?

I am attempting to mimic the code in this question (see also here), but I'm experiencing crashing. I'm pretty sure my error is in my call to SHBindToParent (MSDN entry) since SHPa …
-1
votes
2answers
371 views

How can I tell that a directory is really a recycle bin?

I need a function that, given a path, tells me whether it is a Recycle Bin folder. I tried using functions like SHGetSpecialFolderPath with CSIDL_BITBUCKET, but that doesn't work b …
0
votes
0answers
9 views

How to delete to recycle bin in FinalBuilder

I'm finding that deleting a folder containing many files and subfolders in FinalBuilder is very slow. An an alternative, I could delete the folder to the recycle bin. Anyone have …
0
votes
0answers
20 views

How can I quickly iterate over all files except except for recycled ones?

Followup to this question. I'd like to get a list of all files, except for files that are currently in a recycle bin. I am able to use FileAttributes to check for hidden/system fi …
4
votes
3answers
162 views

How can I tell that a directory is the recycle bin in C#?

Given a folder, how can I tell that it is a recycle bin? I've found an answer for C++ but not for C#. My first idea was to check for FileAttributes.System (which would be an accep …
0
votes
1answer
74 views

Add an entry to recycle bin right click menu using C#

I'm looking for a C# code to add my own entry to recycle bin right click menu. I've already seen this. What should i do to represent recycle bin.(Sample is provided for jpeg files) …
12
votes
4answers
748 views

Is it possible with Java to delete to the Recycle Bin?

Java is the key here. I need to be able to delete files but users expect to be able to "undelete" from the recycle bin. As far as I can tell this isn't possible. Anyone know othe …
2
votes
6answers
453 views

Finding the Recycle Bin on a local NTFS drive

I'm trying to write some simple code that will return the directory for the recycle bin on a local drive. Seems like it would be simple -- should be a thousand answers on Google. …
1
vote
2answers
157 views

How to delete folder into recycle bin in C++

I am programing under C++, MFC, windows. I want to delete a folder into recycle bin. How can I do this? CString filePath = directorytoBeDeletePath; TCHAR ToBuf[MAX_PATH + 10]; …
1
vote
3answers
138 views

Deleting a single item FROM recycle bin

Hi, is there anyway in C# (interop maybe) to delete a specific file in the recycle bin permanently? While searching on the internet I only found ways to delete TO the recycle bin …
1
vote
3answers
213 views

How to detect the item restore on a ItemAdded() event on SharePoint

Hi, I know that when an item is restored from the recycle bin, the ItemAdded event is fired. However, how can i detect if the item added comes from the recycle bin or if it is a n …
7
votes
2answers
328 views

How do I restore a file from the recycle bin using C#?

Moving files to the recycle bin and emptying the recycle bin are well documented, but how can a file be programmatically restored from the recycle bin?
2
votes
3answers
423 views

How to Move files to the recycle bin

Hi, I need to Move a file to recycle bin in .net 2003 I added microsft.visualbasic.runtime dll from refrence, but i could not able to get filesystem.deletedirectory, So what to d …
0
votes
1answer
376 views

Listing files in recycle bin

Hi guys me again :) I'm wanting to list the files that are in the recycle bin in Vista from the command line. So far I have this.. dir C:\$Recycle.Bin /s /b >> recyclebin.tx …

1 2 next
15 30 50 per page