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

pruppert

macrumors 6502
Original poster
Jan 30, 2008
411
74
If you right click on an application in finder and choose show package contents, you will see that there are folders within. Is it possible to create a symbolic link to one of these folders? If so, how can it be done?

Thanks.
 

justperry

macrumors G5
Aug 10, 2007
12,557
9,750
I'm a rolling stone.
Yes, easily done with terminal.

sudo ln -s "source path" "target path"

Without the quotes, sudo is only needed if you don't have permissions for either or both of the paths.

Leave spaces in between -s and source and source and target path.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.