Does anyone know the command to change a files attribute to hidden? please
4 replies to this topic
#1
Posted 22 October 2005 - 12:46 AM
#2
Posted 22 October 2005 - 03:09 AM
#3
Posted 22 October 2005 - 03:34 AM
Sample
.folder
.file
#4
Posted 23 October 2005 - 04:44 AM
miranda363, on Oct 21 2005, 07:46 PM, said:
Does anyone know the command to change a files attribute to hidden? please
If you had Xcode Tools installed, in Terminal write this to hide a file/dir:
/Developer/Tools/SetFile -a -V /path-to/file
and write this if you want to show:
/Developer/Tools/SetFile -a -v /path-to/file
-a means attributes
-V (UPPERCASE) means hide
-v (lowercase) means show
The only thing I can not hide are links like /etc -> /private/etc, /tmp -> /private/tmp and /var -> /private/var
#5
Posted 25 October 2005 - 09:56 AM
Excellent people thanks for that
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users



Sign In
Create Account









