java-native-access / jna

Java Native Access
Other
8.47k stars 1.67k forks source link

API to restore files from recycle bin #525

Open davidekholm opened 8 years ago

davidekholm commented 8 years ago

Our application jAlbum uses JNA to put files in the recycle bin. We specifically use the handy FileUtils API. Please add a restore method to it, accepting a list of Files.

dblock commented 8 years ago

Please contribute.

davidekholm commented 8 years ago

I intended to, but realize I know too little about Windows APIs to get this done in any reasonable time (after digesting http://www.codeproject.com/Articles/2783/How-to-programmatically-use-the-Recycle-Bin). I'm happy to contribute other generic pieces of code from our jAlbum project to the open source community