Is it possible to copy a Symlink to a directory in Windows 7. When I try to copy a symlink’d directory, it tries to deep copy the contents to the location.
Solution:
I don’t know of a way to do it within Windows Explorer, but you can use xcopy
at the command line with the /b argument, see here.