Create a directory junction

mklink

  • Create symbolic links.
    More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/mklink>.
  • Trick copyright: tl;dr; <https://github.com/tldr-pages/tldr>

mklink /j {{path/to/link}} {{path/to/source_file}}

click the source code to copy