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

前端 未结 9 1823
夕颜
夕颜 2020-12-13 18:12

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

9条回答
  •  囚心锁ツ
    2020-12-13 18:45

    I have found this RFE on suns site: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=5080625

    This tells me there is not a native java way to do this. and as @John Topley just posted the only solution is a JNI call.

提交回复
热议问题