Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

How to make invisible folders?

I've heard that you can make a fold invisible by adding a "." (dot) in from of the folder's name.

I tried this and a warning comes up telling me that the "." (dot) is reserved for the system only.

So, I would like to know: how can I make a folder invisible? Is there another way?

eMac G4, 1.42GHz, Mac OS X (10.4.6)

Posted on Apr 16, 2006 6:50 PM

Reply
6 replies

Apr 17, 2006 5:20 PM in response to Niel

Another way to change the visibility of items (provided you have sufficient privileges for the item) is AppleScript, which can be handy because it is present in a default OS X installation. For example:
<pre>tell application "System Events" to set visible of (choose folder with invisibles) to false
tell application "Finder" to quit
delay 2
tell application "Finder" to activate
</pre>Paste the above lines into an "/Applications" > "AppleScript" > "Script Editor.app" document and click "Run". Substitute "true" for "false" to reverse the change.

How to make invisible folders?

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.