https://bugs.winehq.org/show_bug.cgi?id=47160
--- Comment #34 from Erich E. Hoover erich.e.hoover@gmail.com --- (In reply to TOM from comment #33)
... OK, I saw it. explorer show correct size. but cmd dir show zero.
At some point we'll need to update wine cmd - it currently only shows <DIR>, it should also report <SYMLINK>, <SYMLINKD>, and <JUNCTION>. The way this works should not break any existing programs, since this reporting is specific to the way that FindFirstFile/FindNextFile works for symlinks, from MSDN: "If the path points to a symbolic link, the WIN32_FIND_DATA buffer contains information about the symbolic link, not the target."