Learn how to connect two places by following the steps provided.
Learn how to connect two places by following the steps provided.
I don’t know the exact steps, but you can create a shortcut in one folder that points to another location. Then when you open the shortcut, it will take you directly to the target file or site. This way, the program sees the link and follows the correct path.
This command creates a symbolic link or copies a file from one location to another.
Launch a command prompt with admin privileges and execute the following command: mklink /J [link name] [destination path]. EDIT: You can skip the /J option if you prefer, it will still work similarly. For more details, see: https://stackoverflow.com/questions/9042...olic-links