I've been using C# to execute cmd commands centred around zipping and unzipping files through the system.diagnostics.process class but have been encountering some difficulties: while trying to zip or unzip some of the folders, the process does not complete the zip command and then stops to react to further commands. sometimes when that happens the zip files开发者_C百科 will appear after I have completely closed the program.
Please assit me thank you...
Detailed control over external processes can become very tricky. Is SharpZipLib not an option for you?
精彩评论