Recover from Recyclebin (C #)

See this . Does this same code (JohnWein answer) work in 9x, Me, 2K, 7 too? If that doesn't tell me what should I be looking for to do the same for 9x, Me, 2k and 7? Thanks to

+2


source to share


1 answer


How do I recover a file from the trash bin using C #?

Have a look at this code project article . It uses SHFileOperation to perform operations on the RecyclBin.



alt text

EDIT: To learn how to use SHFileOperation in C # refer to this CodeProject article . This article looks at how to use the wrapper from C #.

+1


source







All Articles