https://issues.dlang.org/show_bug.cgi?id=16595
--- Comment #8 from Timothee Cour <[email protected]> --- readLink != realpath ; see python realpath: https://docs.python.org/2/library/os.path.html realpath returns an absolute path, resolving symlinks recursively (among other details); readLink doesn't necessarily return an absolute path and may return something that's a symlink (ie not recursive) --
