Questions about working with NTFS junction points (somewhat similar to Linux symlinks).
MSDN guidance on junctions and symlinks
NTFS Junctions are a type of reparse point. A junction can only point to a folder, not a file; and it can only point to a folder on a local filesystem, not one on a network path. NTFS symlinks, a newer feature, do not have these restrictions. Junctions were introduced with NTFS 3.0, released with Windows 2000.