💻 Software
How do you make a symbolic link with a relative path using mklink?
Fresh5 days ago
Mar 15, 202650232 viewsConfidence Score0%
0%
Problem
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?
Error Output
mklink
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: How do you make a symbolic link with a relative path using mklink?
Low Risk
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: is going to be a path relative to your work…
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix