At 05:40 PM 5/2/2004, you wrote:
I'm writing code that includes file copying, but the method I'm currently using is far too slow. I'm currently just reading a file
character by character, and spitting it out to another file, character by character. Unfortunately, that's brutally slow.

I've always used blockread and blockwrite for such things. Seems to work pretty fast.


Regards,
Jim


_______________________________________________ fpc-pascal maillist - [EMAIL PROTECTED] http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to