[Issue 21010] New: Windows symlinks
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sat Jul 4 01:12:49 UTC 2020
https://issues.dlang.org/show_bug.cgi?id=21010
Issue ID: 21010
Summary: Windows symlinks
Product: D
Version: D2
Hardware: x86_64
OS: Windows
Status: NEW
Severity: major
Priority: P1
Component: phobos
Assignee: nobody at puremagic.com
Reporter: svnpenn at gmail.com
Windows symlinks
It seems currently D cannot create Symlinks on Windows:
https://dlang.org/library/std/file/symlink.html
but I dont really see a good reason why this is the case. Plenty of other
languages offer this, such as Go:
https://golang.org/pkg/os#Symlink
Nim:
https://nim-lang.org/docs/os.html#createSymlink,string,string
PHP:
https://php.net/function.symlink
Python:
https://docs.python.org/library/os#os.symlink
Dart:
https://api.dart.dev/dart-io/Link/create.html
--
More information about the Digitalmars-d-bugs
mailing list