VB.Net & 7-Zip File Manager
-
I looking into doing the following.... Create CSV files via VB.Net and then add these files to 7 zip manager. I want to do this automatically rather than getting the users to manually add these files to 7 zip manager. Before I start doing this.... 1. Can this be done 2. If so how and is there any good examples I could use? Thanks in advance.
-
I looking into doing the following.... Create CSV files via VB.Net and then add these files to 7 zip manager. I want to do this automatically rather than getting the users to manually add these files to 7 zip manager. Before I start doing this.... 1. Can this be done 2. If so how and is there any good examples I could use? Thanks in advance.
I did a quick Google and came across this ... http://www.icsharpcode.net/opensource/sharpziplib/[^] Maybe it would work for you. :cool:
-
I looking into doing the following.... Create CSV files via VB.Net and then add these files to 7 zip manager. I want to do this automatically rather than getting the users to manually add these files to 7 zip manager. Before I start doing this.... 1. Can this be done 2. If so how and is there any good examples I could use? Thanks in advance.
StackOverflow has several suggestions for you: http://stackoverflow.com/questions/222030/how-do-i-create-7-zip-archives-with-net[^]
"These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer
-
StackOverflow has several suggestions for you: http://stackoverflow.com/questions/222030/how-do-i-create-7-zip-archives-with-net[^]
"These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer
Thanks for getting back and providing me with the information. This should be enough for me to work something out.
-
I did a quick Google and came across this ... http://www.icsharpcode.net/opensource/sharpziplib/[^] Maybe it would work for you. :cool:
Thanks for getting back and providing me with the information. As below, this should be enough for me to work something out.