2

I straight up deleted my java files after moving them to a different java project thinking I had a second copy of them in my old java project folder. Is there a way to get them back?

btrballin
  • 1,420
  • 3
  • 25
  • 41

2 Answers2

4

Don't panic.

Right click upper level package(folder). Select "Restore from Local History.." from the popup menu.

If you are lucky, you'll find your files there.

Henry Zhou
  • 41
  • 4
2

Project --> Right Click --> Restore From Local History --> Select files --> Restore

Touchstone
  • 5,575
  • 7
  • 41
  • 48