BlitzMax Docs -> 2D - Category -> Streams -> CopyStream
CopyStream( fromStream:TStream,toStream:TStream,bufSize=4096 )
Returns:
Nothing.Description:
Copy stream contents to another streamCopyStream copies bytes from fromStream to toStream Until fromStream reaches endof file.
A TStreamWriteException is thrown if not all bytes could be written.
Comments
None.
BlitzMax Manual Forum
Blitz3D Equivalent Command




