20 Nov
2007
20 Nov
'07
2:28 a.m.
Thorsten Zörner wrote:
Hi there,
Hi,
is there a way to make the /opt folder visible in the Finder? I know, there are some tools around, which I would like to avoid and of course I could always browse through it in my Terminal... I was just wondering.
sudo /Developer/Tools/SetFile -a v /opt This should work, it just removes the "Invisible" flag on the directory. You might need to relaunch Finder afterwards. Regards, Rainer