Hello, I'm using "ruby 1.8.4 (2005-12-24) [i386-mswin32]" and I'm having problems with FileTest.size and files > 2GB. Seems it doesn't return a Bignum for them, but a (wrapped) Fixnum. For a 3GB File, thats a "size" of -1GB. Is there something I can do about it? Is there an alternative? Regards, Manuel