Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

Xephian

macrumors 6502a
Original poster
May 2, 2005
614
0
United States
How do you hide alias folders in Tiger? I already know how to hide normal folders using the terminal with "/Developer/Tools/SetFile -a v", but this doesn't apply to aliases.
 

Xephian

macrumors 6502a
Original poster
May 2, 2005
614
0
United States
mkrishnan said:
Forgive me if I'm saying something stupid and obvious, but have you tried using the -noResolve flag in setfile?

In other words, setfile -a -noResolve V ....

See this:

http://developer.apple.com/tools/mpw-tools/commandref/setfile.html
I get this...
Code:
G5:~ Karl$ /Developer/Tools/SetFile -a -noResolve V /Users/Karl/Documents/iChats/ 
Invalid File Attribute Specified.Invalid File Attribute Specified.Invalid File Attribute Specified.Invalid File Attribute Specified.ERROR: File Not Found. (-43)  on file: V
 

mkrishnan

Moderator emeritus
Jan 9, 2004
29,776
15
Grand Rapids, MI, USA
Sorry, Karl, I didn't read the docs carefully enough...(well, I guess, neither did you! :p) The order of operators is important... the "v" is part of the -a tag. Try this, instead:

setfile (filename) -a v -noResolve
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.