March 28, 2019
On Wednesday, 27 March 2019 at 01:32:35 UTC, Andrei Alexandrescu wrote:
> What seems to be the case according to https://github.com/dlang/dmd/blob/master/src/dmd/dmodule.d is that a bunch of "exists" are invoked (presumably those would call stat()).

On windows it calls GetFileAttributesW.
1 2
Next ›   Last »