(11-09-2016, 07:29 AM)Kurausukun Wrote: Although this looks to be solved, I will also comment that for even more freedom, you can use symbolic hardlinks (junctions).
Isn't this a contradiction? There are symbolic links (what Windows would call a "Shortcut") and there are hard links, but they're separate things. A symbolic link allows you to have a folder Y that's inside folder X also appear inside folder Z, even though it isn't really there, and clicking the symbolic link inside C:\Z \ directs you to C:\X\Y\. A hard link allows you to refer to the same data on the disk by multiple filenames, so changing the contents of one file automatically changes the contents of the other file, because they are really the same file at the same physical location on the disk (as opposed to having a copy of the file, in which case you have two instances of the same data stored separately on the disk, so you can modify the original file and the copy independently).
