Zend certified PHP/Magento developer

Exclude a subfolder from symlink?

I have a folder I want to symlink (note that this doesn’t have to be a symlink specifically, a junction or similar also works) somewhere. In that folder, there are a couple of subfolders and a bunch of files. The folder is often updated with new files added. Is there any way to have this folder symlinked somewhere, excluding a specific subfolder?

Note: I was considering putting all loose files into a subfolder of their own and only linking that and the other desired subfolders. However, this won’t work, as these files have to at least appear to be loose and not within a subfolder. I’m specifying this, because if there’s a way to have these in a folder but appear to be loose somehow, that would work.