Created
December 18, 2013 01:56
-
-
Save hyeomans/8016133 to your computer and use it in GitHub Desktop.
Creating a symlink for folders in Windows
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Open VS CMD I don't know why in powershell doesn't work | |
mklink /D "C:\Users\Steve\Documents\Dropbox\DesiredFolder" "C:\Path\To\DesiredFolder" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment