0
I need to show content of 2 directories on another one on the same machine by the easiest way. Third folder should be looks like it has all files and subdirectories of the source. Files should be accessible as usual. It is not a good idea to copy all data or to make link for each file/subfolder. Files may be changed or list of them may be changed too. It is possible on Windows?
1Not going to happen on Windows without some third party (non free) utility that has that function. It would be simulated environment at best in my opinion. There is no utility in the pure NTFS to make such directories. Custom script that creates symlinks to files in both directories and creates them in single directory would be my best guess, although you will have a delay due to scheduler running periodically, unless you want it to run constantly and monitor the directories - this would minimize the delay. TL;DR not in pure Windows/NTFS unless you like Powershell Scripts etc... – mnmnc – 2015-06-22T12:39:05.007