Tagged Questions
2
votes
2answers
773 views
Does cygwin understand NTFS junction points?
Does cygwin (1.7.x) understand Windows NTFS junction points (as created by mklink in Win7/2008 or sysinternals' junction.exe)?
How do they differ from a symbolic link as created by "ln -s "?
2
votes
2answers
624 views
How to create a Junction Point using WinApi?
There is CreateHardLink function to create Hardlinks.(Since Win2000)
And There is CreateSymbolicLink function since Vista has been released.
But why isn't there a CreateJunction?
How does mklink ...