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

darksiders

macrumors newbie
Original poster
Oct 5, 2012
13
0
hi .... can anybody tell me tht how can i hide my folder or file in mac???? thnks
 
Xray Application can do this, but be carefull with it, there is a lot you can do with it to mess up your system.

But, an easier way is to put a dot in front of the name.

Visible folder = Photo's
Invisible folder = .Photo's
 
A better solution would be to make an encrypted dmg with disk utility then you can put whatever you want inside it and give it an innocuous name and no one will be able to open it. I presume the point of hiding something is to keep it away from others.
 
A better solution would be to make an encrypted dmg with disk utility then you can put whatever you want inside it and give it an innocuous name and no one will be able to open it. I presume the point of hiding something is to keep it away from others.

Agreed but depends also what you want to put inside.

Sparse disk Image is even better I think, isn't that one automatically growing the more you put inside?
 
no isnt there any thing like we do in windows???? like tht thing is in systm...u can hidde by right clicking on it...and unfide by going view...??? isnt there there such a thing in mac???
 
no isnt there any thing like we do in windows???? like tht thing is in systm...u can hidde by right clicking on it...and unfide by going view...??? isnt there there such a thing in mac???
You can show hidden files in Finder, then rename a file or folder with a period at the beginning of the name, then hide hidden files again.

To show hidden files in Finder, copy and paste the following command into a Terminal window, then press enter:
defaults write com.apple.finder AppleShowAllFiles TRUE && killall Finder​
To hide hidden files in Finder, copy and paste the following command into a Terminal window, then press enter:
defaults write com.apple.finder AppleShowAllFiles FALSE && killall Finder​
 
You can show hidden files in Finder, then rename a file or folder with a period at the beginning of the name, then hide hidden files again.

To show hidden files in Finder, copy and paste the following command into a Terminal window, then press enter:
defaults write com.apple.finder AppleShowAllFiles TRUE && killall Finder​
To hide hidden files in Finder, copy and paste the following command into a Terminal window, then press enter:
defaults write com.apple.finder AppleShowAllFiles FALSE && killall Finder​

Correct.

But there is also a free and easy App for it, Show & Hide is the name, maybe a bit easier for the OP.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.