Soft links, hard links, junctions, oh my! Symlinks on Windows, a how-to
First, a quick definition of terms. There are three kinds of “symlinks” on Windows.
- soft links (also called symlinks, or symbolic links)
- hard links
- junctions (a type of soft link only for directories)
Soft links can be created for files or directories.
Hard links can only be created for files.
Both soft and hard links must be created on the same volume as the target. i.e. You can’t link something on C:\ to something on D:\.