611 - wrong filesize calculating
Posted: 12.01.2013, 06:13
Folder Filesize is displaying wrong if there are files bigger than 4GB within.


reproduce:
create a test folder
create two files in command line:
fsutil file createnew 4gig.tst 4294967296
fsutil file createnew not4gig.tst 4294967295
put the files in the folder and compare the foldersizes with the windows properties menu
I think it has something to do with the used datatype or something like that.


reproduce:
create a test folder
create two files in command line:
fsutil file createnew 4gig.tst 4294967296
fsutil file createnew not4gig.tst 4294967295
put the files in the folder and compare the foldersizes with the windows properties menu
I think it has something to do with the used datatype or something like that.