Windows Symbolic Link Folder -
The tool we use is the Command Prompt. While third-party apps exist (like Link Shell Extension), the command line is the cleanest way to do it.
Services like Dropbox or OneDrive usually force you to keep files in a specific folder. windows symbolic link folder
New-Item -ItemType SymbolicLink -Path "C:\LinkName" -Target "D:\RealFolder" The tool we use is the Command Prompt