hi,
i'm just trying to make a symlink from the Movies folder (~/Movies) to my own 'movies' folder on a different partition (Volumes/Doc_o/MyMovies).
i'm trying to find out how to do this... i tried
and it seemed to have done it, but i can't see any difference when i try and open either folder?
i want the Movies folder to open the MyMovies folder when i click it from the sidebar in Finder, and also the same thing to happen for the Documents folder...
if anyone knows how to do this, i'd really appreciate the help.
thanks.
i'm just trying to make a symlink from the Movies folder (~/Movies) to my own 'movies' folder on a different partition (Volumes/Doc_o/MyMovies).
i'm trying to find out how to do this... i tried
Code:
ln -s /Users/mugget/Movies /Volumes/Doc_o/MyMovies
i want the Movies folder to open the MyMovies folder when i click it from the sidebar in Finder, and also the same thing to happen for the Documents folder...
if anyone knows how to do this, i'd really appreciate the help.