There are two types of symbolic links in Windows:
In Windows, symbolic links are implemented as a file type that contains a path to the target file or directory. When a program tries to access a symbolic link, the operating system resolves the link by following the path to the target file or directory. symbolic link in windows
Windows already supports symbolic links via mklink (cmd) but lacks a user-friendly GUI or programmatic API wrapper. There are two types of symbolic links in