Cut a stream off at some position and save?

BlitzMax Forums/BlitzMax Programming/Cut a stream off at some position and save?

JoshK(Posted 2007) [#1]
If I open an existing file and start writing data, how do I close it at a certain point? Let's say I open a file, compress the data, write the compress data, and then I want to save it. How do I tell Blitz to end the file at a certain position?


Beaker(Posted 2007) [#2]
You have to delete the old one and create a new one. Or just use something (Asc(0)?) to mark the end of the file.