https://issues.dlang.org/show_bug.cgi?id=18017
--- Comment #4 from krzaq <[email protected]> --- std.file.getSize works correctly in my case. The thing is, I read this big file (using struct File and then byChunk) and I am getting all the data correctly - only the size returned by File.size isn't correct - that's why I suggested using raw winapi for this (at least on win32), but std.file.getSize might work as well. --
