C:\windows\system32>mklink /D U:\"Mobile Apps"\Repos C:\Users\LeiceJ\Source\Repos
The system cannot find the path specified.
I'm trying to set up a symbolic link so that I can access my Repository folder from the network drive. As Visual studio doesn't like network drives, I need to store things locally, but I'll be working from various computers in a network, so the only consistent file structure I'll have is the network drive. To prevent having to constantly dig through C drive folders every time I want to open anything, I want to create a symbolic link to the Repos folder.
Every time I try to create the link, I get this The system cannot find the path specified.
error. The paths exist, both are correct. The only thing I can think might be throwing it off is that the link is from a network drive.