I accidentally deleted a very important zip file through NetBeans

前端 未结 5 1811
眼角桃花
眼角桃花 2021-02-01 13:46

i was working on my NetBeans and i accidentally deleted a zip folder that was on my desktop...a very important all through netbeans on the left side of netbeans you can see all

相关标签:
5条回答
  • 2021-02-01 14:17

    In Netbeans, there is also the option of History->Revert Deleted.

    e.g. right click on the object in the tree owning the object that was deleted, and choose the above menu option.

    History retention is set from the Tools->Options menu, under the Miscellaneous tab and the Versioning systems in the left-hand pane. I think the default retention time is 7 days.

    0 讨论(0)
  • 2021-02-01 14:22

    Do not panic. Its very easy. Follow the steps:

    1. Right click on the folder/directory that the files had been deleted.

    2. Choose Local History – Restore Deleted

    3. Done

    0 讨论(0)
  • 2021-02-01 14:30

    In NetBeans select (highlight) the project that contained the ZIP file. Under Versioning, select Local History -> Revert Deleted. See if your ZIP file comes back. If not, you're probably out of luck.

    Version control and backups are your friends.

    0 讨论(0)
  • 2021-02-01 14:30

    Eclipse and Idea both have a mechanism to restore local history, this includes deleted files. Netbeans seems to have similar. Hope this helps.

    You possibly can recover the deleted file by using the Refactor->Undo[Safely Delete] option.

    0 讨论(0)
  • 2021-02-01 14:42

    nope. it wiped it clean. you can install some file recovery software and get it back in no time (just google "file recovery" and you'll get a million tools)

    0 讨论(0)
提交回复
热议问题