Make symlink on Windows of whole tree without modifying the original folder
Posted
by
DarkGhostHunter
on Super User
See other posts from Super User
or by DarkGhostHunter
Published on 2013-11-04T21:54:49Z
Indexed on
2013/11/04
21:57 UTC
Read the original article
Hit count: 228
I'm trying to do this: make a symlink of a whole directory "C:/Master", in different folders like "C:\Projects\Alpha\", "C:\Projects\Beta\" an so on.
"Master" directory usually changes in files and data. I work on the "Projects/*", where every project folder uses the "Master" files, but every one has new files in them. Let's say, I point to the car engine in every project folder, and inside them I add different kind of wheels.
The problem I'm having, as a Windows 8 user, is that symlinks (junction) acts as a window to "Master" - I'm not allowed to add any file inside. I looking a way to reference the entire "Master" directory, and add new files - not edit any of the "Master" ones.
It's as described here, but on Windows.
© Super User or respective owner