Hi

I'd like to edit a large file (~1GB) such that I append a small block of bytes at the beginning of the file. The only way I know of doing that is to create a new file, write the new bytes and then the large file into the stream.

Under Windows, is there a better solution?

best regards
Sebastian