R
Rene
I notice that when I call the SetLength() on a FileStream the data is saved
to the file. I thought that the only way to save data to the file was by
either calling Flush() or Close(). I looked at the documentation and it does
not say anything about the data being saved when calling this method (at
leas I didn't see it), is this normal behavior?
Thanks.
to the file. I thought that the only way to save data to the file was by
either calling Flush() or Close(). I looked at the documentation and it does
not say anything about the data being saved when calling this method (at
leas I didn't see it), is this normal behavior?
Thanks.