1 Title: Windows fileinfo: wrong size for files exceeding 4 GB
10 The sizes of files exceeding 4 GB were displayed wrong as
11 FILE_SIZE % 4 GB instead of the correct size. The bug was due to a
12 faulty implementation of C++ std::filesystem::file_size on Windows.
13 The workaround uses 'old' WinAPI for obtaining the correct file size.