> So you want to know how much you have written? Then use #tell > http://www.ruby-doc.org/core/classes/IO.html#M002304 > > robert It appears that #tell gives you the size of the file you're writing to, and File#stat.size tells you the filesize of files you're reading from, is that right? -- Posted via http://www.ruby-forum.com/.