GeorgeT
October 19th, 2001, 10:39 AM
Anybody knows how to unzip files in VB? Can I do it with FileCopy or I need to use Shell?
Thanks
Thanks
|
Click to See Complete Forum and Search --> : WinZip files in VB GeorgeT October 19th, 2001, 10:39 AM Anybody knows how to unzip files in VB? Can I do it with FileCopy or I need to use Shell? Thanks John G Duffy October 19th, 2001, 03:56 PM If you have WinZip or PKZip then these programs can be called from Shell command with parameters to unpack things. John G John G Duffy October 19th, 2001, 03:57 PM Search, in this forum, for WinZip or PKZIp and results there will tell you how to do it. John G Chris Eastwood October 19th, 2001, 08:43 PM <de-lurk> Take a look at http://www.codeguru.com/vb/articles/1854.shtml - that wraps the unzip / zip operations in a nice simple class module. </de-lurk> Chris Eastwood VBCodeLibrary - http://www.vbcodelibrary.com codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |