This web page implies that it is possible to make symbolic links with relative paths using mklink.
I have tried all sorts of ways to make relative symbolic links, but I always end up with an absolute path.
How is it done?
|
This web page implies that it is possible to make symbolic links with relative paths using I have tried all sorts of ways to make relative symbolic links, but I always end up with an absolute path. How is it done?
| |||||
feedback
|
|
Symbolic links are relative by default. You have to explicitly write a drive letter to make any part of the link absolute. The general syntax for a symbolic link is:
So, to create a relative symbolic link: Example:
This creates a symbolic link for You can move | |||||||||||
feedback
|