I would like to display file size on one of my application. Our application most of the unix and windows platforms that to be 32bit and 64bit.
Is there any difference in file size on 32bit and 64 bit platforms, OS could be any.
I would like to display file size on one of my application. Our application
Share
If the file is binary, there should not be any issue of size/FS/VM/OS. If file is text then there could be some delta variations in the file as “\n/”\r” differences between unix and windows.