how to create a junction between folders

C++
mklink /J <Path to of new link> <Path To the Folder where it would link to>

#(make sure that there isn't a folder already
#with the same name of the link folder)
Source

Also in C++: