The hidden-file tag has no wiki summary.
2
votes
2answers
144 views
Always show hidden in Open/Save dialogs
Is it possible to set by default to show hidden files and folders in Open and Save dialogs ?
I know it is possible to trigger to show hidden for dialog lifetime by press Command ⌘+Shift ⇧+..
1
vote
1answer
97 views
Hidden folder in /Users/Shared that has MD5-encrypted name of another user
I was familiarizing myself with some of the hidden files in OS X (while cleaning house) and I came across a hidden folder inside the /Users/Shared directory. It's name is "." followed by a ...
1
vote
1answer
167 views
make a certain file type hidden
I am trying to find a way to make my mac see .dSYM files as hidden. I know I could do:
chflags hidden / -name *.dSYM
but the next time I create a .dSYM file it wont be hidden. There must be a way ...
1
vote
1answer
121 views
Why some folders have the .DS_Store but some doesn't?
Local storage
In some of my folder, I found something quite interesting:
Some folders have the `.DS_Store` but some does not
Network storage
.DS_Store files are not on the network store. Any ...
0
votes
0answers
179 views
Copying hidden files and folders to an external hard disk
I use an external hard disk as a backup for my programming projects. Now a lot of files in these projects are hidden files. Like .git or .svn etc. I have been able to view the hidden files but I ...