Possible Duplicate:
How to Recover XCode project

I have put my all xcodeproject in the desktop folder but accidently deleted the entire contents of the desktop!

Can anyone tell me how to recover the source code of .xcodeproj?

link|improve this question
Did you empty the Trash as well? – alex Sep 16 '09 at 9:25
feedback

closed as exact duplicate by Ivo Flipse Aug 21 '11 at 11:00

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

1 Answer

Is it in your Recycle Bin? If yes, congrats. If no, continue.

Do you have a Time Machine backup? If yes, congrats. If no continue.

Is it a UNIX filesys... oh wait, yes it is a UNIX filesystem. Well sorry to inform you this, but UNIX is quite thorough in making sure a file is deleted for good.

Not all is lost though, people have claimed good things about VirtualLab. It's not free, but they claim it will work. However chances are not as high as a Windows system, whose NTFS filesystem, for better or for worse, are less stringent in removing files completely when they are deleted.

link|improve this answer
You should have created a flowchart for this :) – alex Sep 16 '09 at 9:50
@alex: well, some people were complaining about my wanton use of pictures... – caliban Sep 16 '09 at 9:51
I would add Source Control Management to your checklist... – mouviciel Sep 17 '09 at 8:44
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.