Reparse Points: Volume Mount Points and Symbolic Links
Since Windows 2000 NTFS supports volume mount points and symbolic links. A volume mount point is an existing path where you "mount" another volume. Given this, users and applications can refer to the mounted volume by that path. It allows you to unify disparate file systems into one logical file system. Symbolic links work similar: For example if you have an empty folder "C:\Documents\Images", you can create a symbolic link to "E:\Pics" in it. Applications will then see the content of "E:\Pics" in "C:\Documents\Images".