ANONYMOUS This is laborious, but will get you out of a hole. Follow it EXACTLY. If you screw up, it's your problem. Find the place where the folder would have been. Now go UP one level, so you can see the containing folder. Open a new Finder window and open Terminal from /Applications/Utilities. type 'cd' followed by a space. That's three characters: lowercase c, lowercase d and a space. that containing folder from step 1: drag it to the terminal and hit return. back in the terminal, type 'ls -a'. At this point, you should see your missing folder. It will be named with a dot prefix. type 'mv' followed by a space. Now type a dot, and the first character of the missing folder's name. Upper and lower case is important here. hit the TAB key to complete the filename. if it didn't complete, type the next character, hit TAB again. repeat until you have the whole name. now type a space, and something simple like 'FOUND'. Hit return. back in the Finder, go inside the containing folder, and rename 'FOUND' to something sensible. (Version 2.1) |