You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 14, 2018. It is now read-only.
While Posix compliant systems have a nice realpath function, getting the target of a soft symbolic link on Windows gets pretty coarse and is done via DeviceIoControl.
You can try out Windows Symlink support via the Symlink build-type.
Current support
Platform
Architecture
Type
Works?
DMD
x86
File
Yes
x86
Directory
No
x86_mscoff
File
Yes
x86_mscoff
Directory
No
x86_64
File
Yes
x86_64
Directory
Yes
LDC2
x86
File
No
x86
Directory
No
x86_64
File
No
x86_64
Directory
No
Tested with DMD v2.075.0 and LDC2 v1.3.0 on Windows 10 x64.