directory visible from terminal but not from Finder!
Thanks!
Mike Levin
G5, Mac OS X (10.4.6)
G5, Mac OS X (10.4.6)
There are many files and folders that the Finder
won't show - /etc, /var and /usr are just three
examples.
WIthout knowing the name of the folder in question
it's hard to know if that's the problem.
In addition to that there are additional
flags/attributes that can be set on any file/folder
that tells the Finder to hide it. If you have the
Developer Tools installed you can use GetFileInfo to
find out what attributes are set on this folder, and
'SetFile' to change them (use SetFile -v foldername
to clear the invisible flag).
In any case, even if it's hidden by default you
should be able to navigate to it through the Finder's
Go->Go to Folder option and typing its path, or by
using the 'open' command in Terminal (e.g. 'open
Foldername').
directory visible from terminal but not from Finder!