Accidently deleted the wrong folder from Netbeans! Can it be recovered?
Asked
Active
Viewed 2,863 times
2 Answers
-1
You can Start with this simple tip :
1- Right click on the folder/directory that the files had been deleted.
2- Choose Local History – Restore Deleted
3- Done
If it doesn't Work you will need to use a recovery software : I highly recommend R-Studio, the demo version might be able to recover your files: r-studio.com
Or you can also use recuva

Walid Benjehd
- 11
- 4
-1
If you accidentally delete a folder on Netbean, the way to recover it is as follows. You can't revert deleted folders but you can revert deleted files. Follow these steps.
- Recreate the folder you deleted in your Netbean project. (You may not be able to create the folder within Netbean, in that case you can use mkdir command to create the folder )
- Right click that folder in Netbeans and go to History -> revert deleted (you should see a list of deleted files that relate to that particular folder.
- Repeat for each folder and sub-folder
Note: This solution work for both Windows and Linux.
Source : follow this link.
I had the same problem as well and get it solved with the solution of this post.
-
Whilst this may theoretically answer the question, [it would be preferable](//meta.stackoverflow.com/q/8259) to include the essential parts of the answer here, and provide the link for reference. – Bhargav Rao Mar 17 '16 at 15:22