pruppert macrumors 6502 Original poster Jan 30, 2008 428 81 Apr 27, 2013 #1 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.
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,693 10,143 I'm a rolling stone. Apr 27, 2013 #2 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.
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.