Quantcast
Channel: SharpDevelop Community
Viewing all articles
Browse latest Browse all 1764

Writing to multiple TAR files using 1 instance

$
0
0

Hi All,

I asked a question earlier but I think I might have asked it in a slightly confusing way.  I have since resolved that issue but am stumbling on something related to it.

I have to write about 500 tar files, each with (n) amount of files inside of it.

When the program ends I have 500 tar files, but the only one that opens without an error is the final tar file, probably because I issued a close() on it.  The others shows corrupt end of archive and the last file in the tar is missing.

I can't issue a close on the tar, before writing to the new tar, because it disposes the object.  So any idea what I can do?

Regards

Darren


Viewing all articles
Browse latest Browse all 1764

Trending Articles