If I create a symbolic link or alias pointing to $HOME/Desktop and place it in a .dmg disk image, then distribute the dmg, will the link still point to the Desktop for the end user?
| ||||
|
feedback
|
migrated from stackoverflow.com Apr 1 '11 at 23:58
This question came from our site for professional and enthusiast programmers.
|
No, since the environment variable will be replaced when the link is created. Using | |||||||||
feedback
|