Hi
Someone knows how (or if have) use 64 bit integers
values in VB ??
I want to read file sizes to build an graphic of Disc usage, so, the 32 bit integer is short.
Thanks
Printable View
Hi
Someone knows how (or if have) use 64 bit integers
values in VB ??
I want to read file sizes to build an graphic of Disc usage, so, the 32 bit integer is short.
Thanks
Try Long.
Iouri Boutchkine
[email protected]
I cannot use Long because it can handle only 32 bit values. A directory size can be greater than 4Gb and so, will overflow an Long type!!!!
Take a look at this post by DarkSean
http://www.codeguru.com/cgi-bin/bbs/...age=0&Limit=25
-K
but which API that require 64-bit integer value ?