Unzip XP Compressed Folder
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
I would like to programmatically extract all the files from a Windows XP compressed folder. The folder contains multiple subfolders, and the system.io.compression namespace only deals with individual files. It's for an install. Shipping this complicated structure, and decompressing it would make life really easy. I thought of using a process, but I don't know the commands to use. Any help would be greatly appreciated!