Making invisible files visible

Joined
Oct 23, 2006
Messages
38
Reaction score
1
Points
8
I'm having trouble copying/moving a certain invisible file to another folder to overwrite another file...I have used programs such as 'FileBuddy' which I now have given up on as I have no idea how to properly use it, and now use an app called TinkerTool which is easier and shows all the invisible files. Now, when I try to copy & paste this invisible file to its new location (where it will overwrite another file) I keep getting the message 'The item "" cannot be replaced because it is invisible...I'm quite confused here because I can drag this file to my desktop and anywhere else, but when it comes to overwriting another file (which I have to add here was also invisible until I used Tinkertool) it doesn't work...

Can someone help?
 
Joined
May 22, 2005
Messages
2,159
Reaction score
67
Points
48
Location
Closer than you think.
Your Mac's Specs
Performa 6116 2GBSCSI 8MB OS 7.5.3
What's the file,...?

Try the Terminal.
 
Joined
Sep 9, 2006
Messages
690
Reaction score
51
Points
28
Your Mac's Specs
macbook
I found a menubar add-on that can make invisible visible. It's called MainMenu, and is used for maintenance, scripting and general mac care. I tested it out just on the desktop and worked fine.

Maybe this could help? Take a look for it on versiontracker. If it doesn't come up with the name, try searching under 'menu bar'.
 
M

MacHeadCase

Guest
Yes MainMenu can help as can Titanium Software's Onyx (in the Parameters section under the Finder tab, Misc Options).
 
Joined
Aug 27, 2005
Messages
2,406
Reaction score
210
Points
63
Location
Fayetteville, AR
Your Mac's Specs
15" Powerbook G4 • 24" iMac • iPhone 3Gs
Open Terminal and copy/paste this into it:

defaults write com.apple.Finder AppleShowAllFiles TRUE; killall Finder

Then hit Return to execute.

Then, after you're done managing the files, turn it back to normal with:

defaults write com.apple.Finder AppleShowAllFiles FALSE; killall Finder

Then hit Return to execute.

:)
 

Shop Amazon


Shop for your Apple, Mac, iPhone and other computer products on Amazon.
We are a participant in the Amazon Services LLC Associates Program, an affiliate program designed to provide a means for us to earn fees by linking to Amazon and affiliated sites.
Top