renamed folder becomes a file with an extension

Folders can have a suffix too. If your OS X System knowns the file extension, it will change the icon (after renaming) and link it to the App that can handle that extension (and is set as default App to open those file types).

The folder then becomes a package or container, where you cannot easily look inside by browsing in finder. But you can right-click on it and choose "Show Package Contents" to see what is inside.

show inside with "Show Package Contents"

Sometimes the (folder-) file extension is hidden by System Default (as for iPhoto Library containers).


Was able to resolve this issue from information here.

Basically associate the file extension with another app, ie Calculator, then clear the associated by running this command in Terminal:

`locate lsregister` -u /Applications/Calculator.app

followed by:

xattr -d com.apple.ResourceFork *file_which_won't_open*

This clears the extended attributes on the file.

Full details below:

http://reviews.cnet.com/8301-13727_7-57326949-263/how-to-clear-custom-application-associations-in-os-x/