Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

bmaikut

macrumors newbie
Original poster
Jan 22, 2010
3
0
working in bridge i renamed a file within a file with a "." at the beginning, hoping it would send it to the top of the page but it disappeared. can someone please help me recover this file? i cannot find it anywhere....


brook
 
too random

i did what i did before to another folder and it disappeared as well. problem is i dont know what the file now named, with a . at the beginning or not.... so if i name a file within bridge with a . at the beginning its gone, then when i edit, undo rename it pops right back so the other folder has to be here somewhere. but finder didnt find my test folder either so finder and spotlight dont recognize it for some reason... ah...

thanks
 
When you add a "." in front of a file or folder name it becomes a hidden system file. You can down load something like "TinkerTool" and it let you show Hidden files.
 
no way around downloading that? cant just whip that baby back into my life another way???

bm
 
You can use Terminal to rename the file using the move (mv) command.
Code:
mv current/path/to/.file /current/path/to/file
Even if you did turn the visibility of hidden files on Finder doesn't let you edit the names of the hidden files from Finder unless you do a Get Info on the file and change it from there.

You don't need TinkerTool to turn on hidden files either. It can be activated from Terminal.
Code:
defaults write com.apple.finder AppleShowAllFiles 1
You can run this command again with a 0 at the end to undo it.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.