On Jun 30, 2005, at 9:11 AM, Matthew Williamson wrote:
Add yourself, if you'd like folderItem.length to return a double, so
it will correctly return the size of a file larger than 2,147,483,648
bytes.
<http://www.realsoftware.com/feedback/viewreport.php?reportid=nfnpgxvc>
I'd really like a long integer (64 bit) so it's absolutely precise.
Comparing doubles or using a double in a loop like the following may
not be reliable with very large files.
dim fileSize as double
dim i as double
fileSize = f.length
for i = 1 to fileSize
.. do something to every byte ..
next
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>
|