My code lost. Help!

  • 1st step, type in %Temp% or %Tmp% at Windows Explorer’s “Address Bar”.
  • Inside that folder, right-click at anywhere empty and choose “Sort by” -> “Date Modified” & “Descending”.
  • If you had successfully saved your sketch previously, let’s say it’s named “Ball_in_the_Chamber” for example, you’re gonna find subfolders named like this: “Ball_in_the_Chamber5248231791290049437temp”.
  • Either they contain “.class” files only or they contain “.java” files.
  • You need to pick the most recent subfolder containing “.java” files.
  • As @jeremydouglass warned above, you’re gonna need to convert the most recent “.java” files back to the “.pde” syntax.
3 Likes