The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
3answers
626 views

How do I delete a locked, invisible file in the Trash?

On an external disk (that contains a clone), the /.Trashes/501/Users/myusername/Desktop folder contains (within some subfolders) a locked invisible file that I cannot delete. The whole folder starting ...
8
votes
2answers
375 views

How can I show only an .htaccess file in the Finder?

I'm a web developer. I really need to use .htaccess file. How can make Finder show only the .htaccess file and not all the file prefixed with .? I am running OS X Lion.
2
votes
2answers
1k views

Prevent Apple Double Format Files on Remote Share/Disk

I have a web application on a local Linux Apache server that scans a folder for new files and then processes them. I have an SMB share to this folder and I use Path Finder to copy files over from my ...
6
votes
4answers
852 views

Can you hide hidden files in specific folders (like the desktop) while keeping them shown everywhere else?

I work with hidden files all the time, but I like an uncluttered desktop. It would be nice to make files like .DS_Store, and .localized invisible just on the Desktop. Please note I am already aware ...
5
votes
2answers
1k views

Can Mountain Lion be modified so that a double click will open “hidden” folders and files?

I've noticed something strange in Finder since upgrading to Mountain Lion; any hidden folder or files (that I've already run defaults write com.apple.finder AppleShowAllFiles TRUE for) can only be ...
3
votes
2answers
3k views

How do I get Sublime Text's open-file GUI to show hidden files?

I know how to tell Finder to show hidden files, but when I try to open a file in Sublime Text 2, the GUI that pops up do not let me see hidden files. How do I tell it to show me hidden files?
2
votes
1answer
768 views

Scripting the unhiding of Library folders on Time Machine disks

Here's the context: I have about 400 students with Time Machine backups from Lion computers. We wiped and re-imaged their laptops with new software AND with Mountain Lion. We just discovered that you ...
2
votes
1answer
173 views

How do I hide 'Hidden' files?

I set hidden files to be shown with the following commands: defaults write com.apple.finder showHiddenFiles TRUE killall Finder This worked as expected. Then I tried to hide them again with the ...