[fpc-pascal] File copying

Jim Wilson jawilson at ix.netcom.com
Mon May 3 14:13:29 CEST 2004


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





More information about the fpc-pascal mailing list