0

Possible Duplicate:
How can I hide directories without changing their names?

How can I hide a folder and only see it when Ctrl+H is pressed? I have checked in Properties and couldn't find it.

hingev
  • 6,596

1 Answers1

3

It is very simple. Just put a dot before the folder name you want to hide.

.folder
  • Adding a dot can break things. Imagine doing that with the Desktop directory in home. See the 1st link in comments: it is better to create a .hidden file and add your directory in that file. – Rinzwind Apr 29 '12 at 15:49
  • The .hidden file is a bit too complicated for average users. The 'put a dot before' answer is IMHO better. – Paradiesstaub Dec 08 '13 at 15:08
  • ctrl+h sho hidden file and hide the .folder – WhiteHawk Jan 23 '15 at 06:02