9
votes
1answer
1k views

NTFS Junctions vs. Symbolic Links (for directories) [closed]

From a high-level standpoint (meaning only worrying about the results and the interface, not the implementation), what is the difference in behavior, if any, between an NTFS reparse point that points ...
1
vote
2answers
955 views

How can I make a batch file discover if a directory is actually a Junction?

I'm writing a Batch file (.bat) and I couldn't find a way to discover if a given directory I have the path to is a real directory or a Junction (created on Windows 7 by using mklink /j). Can anyone ...