You can always use /Developer/Tools/SetFile to change the
visibility of
folders.
Being listed in a volume's ".hidden" file overrides the item's own
visibility attribute. This file sits in the volume's root dir, and
holds
volume-relative pathnames. I think the Finder reads it when the
volume
mounts. It works on any file-system, too, e.g. a USB flash-drive
formatted
as FAT32.
To see one:
cat /.hidden
For all volumes:
more /Volumes/*/.hidden
$ cat /.hidden
cat: /.hidden: No such file or directory
As I recall, that's a holdover from older versions of the OS.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/xcode-users/email@hidden
This email sent to email@hidden