Possible Duplicate:
FileStream Append Data at the top
I have a file stream opened with write permissions.
I am trying to ‘delete’ data from the stream, but i cant find out how. I need a solution such as changing the stream’s Length property.
Does some one have ant idea?
I think you’re looking for
Stream.SetLength.