alphaleonis / AlphaFS

AlphaFS is a .NET library providing more complete Win32 file system functionality to the .NET platform than the standard System.IO classes.
http://alphafs.alphaleonis.com/
MIT License
558 stars 99 forks source link

Fix CreateJunction when the target is a volume-prefixed path #517

Open rstarkov opened 5 years ago

rstarkov commented 5 years ago

Fixes issue #516

I did not attempt to add a PrintName, because the existing code didn't have it. It does not appear to make a difference.

Also included is a unit test which fails without this change. Happy to tweak the way this test is invoked if you're not happy with how I've done it.