Forums
New posts
Articles
Product Reviews
Policies
FAQ
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Menu
Log in
Register
Install the app
Install
Forums
General Discussions
Switcher Hangout (Windows to Mac)
How to: Hidden folders?
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="vansmith" data-source="post: 1034036" data-attributes="member: 71075"><p>You can make a hidden folder by putting a dot at the beginning of the name. Unfortunately, Finder won't let you do this. There is one way to do it though.</p><p></p><p>1. Open up Terminal (/Application/Utilities/)</p><p>2. Type the following, replacing <dir> with the directory where you want to put the hidden folder: <em>cd <dir></em></p><p>3. Type the following, replace <name> with the name of the folder you want to hide: <em>mkdir .<name></em>. It is essential that there is a dot in front of the name (this is what makes it hidden).</p><p>4. That folder won't show up in Finder. If you want to get to it, open Finder and push Command-Shift-G. In the box that drops down, type in the directory of the hidden folder. For instance, if the folder was called .me in Documents, I would type <em>~/Documents/.me</em> (~ is shorthand for your home directory). Note that if someone else does this after you, they will see that you typed in that directory.</p></blockquote><p></p>
[QUOTE="vansmith, post: 1034036, member: 71075"] You can make a hidden folder by putting a dot at the beginning of the name. Unfortunately, Finder won't let you do this. There is one way to do it though. 1. Open up Terminal (/Application/Utilities/) 2. Type the following, replacing <dir> with the directory where you want to put the hidden folder: [I]cd <dir>[/I] 3. Type the following, replace <name> with the name of the folder you want to hide: [I]mkdir .<name>[/I]. It is essential that there is a dot in front of the name (this is what makes it hidden). 4. That folder won't show up in Finder. If you want to get to it, open Finder and push Command-Shift-G. In the box that drops down, type in the directory of the hidden folder. For instance, if the folder was called .me in Documents, I would type [I]~/Documents/.me[/I] (~ is shorthand for your home directory). Note that if someone else does this after you, they will see that you typed in that directory. [/QUOTE]
Verification
Name this item. 🍎
Post reply
Forums
General Discussions
Switcher Hangout (Windows to Mac)
How to: Hidden folders?
Top