Thursday, January 12, 2012

System.ObjectDisposedException… Cannot access a closed file.?

You can't seek to a file you open for writing, you have to open it for appending. (Opening it for writing creates a new file that has no origin or end yet.)

0 comments:

Post a Comment