it probably has a period at the beginning of the file name.
Geek Fix: Launch Terminal /Applications/Utilities/Terminal.app
type 'cd' (this is the change directory command) then type in the path to the file. If the file is inside your home folder you can start it with ~/ so you don't have to type /users/yourname/
type 'ls -a' (list files with the all tag) to make sure your in the directory with the file.
Then 'mv .fileName newFileName' not the dot(period) in front of the orginal file name.
The file will now have the new filename and should be visible from the finder.
|