Visual Basic Edit Tar Archive
Posted
by Neb
on Stack Overflow
See other posts from Stack Overflow
or by Neb
Published on 2010-05-23T11:11:31Z
Indexed on
2010/05/23
13:40 UTC
Read the original article
Hit count: 214
Is it possible for vb to extract files from tar(and put them back)? I found this but it says that
Dim tar As New ChilkatTar <<<< ChilkatTar does not exist
I am trying to edit one xml file(which is not compressed) but if i do that with notepad, the tar becomes corrupt
© Stack Overflow or respective owner