Symlink - Windows

: Use mklink /D Link Target to create a soft link to a folder.

Developers often need specific folder structures. A symlink can make a deeply nested node_modules folder appear in a different location, or allow a legacy application expecting files in C:\ProgramData\App to read them from D:\Dev\App-Data . This is invaluable for version control and maintaining clean project hierarchies. windows symlink

How to make a symlink in the Windows Command Prompt with the mklink command. ... In Git Bash in Windows, even if ln -s "succeeds", Stack Overflow How to copy MS Windows symlink files as is? - Super User : Use mklink /D Link Target to create