MingMZ / treetrim

Automatically exported from code.google.com/p/treetrim
0 stars 0 forks source link

Zip and 7Zip fails when entering as destination a filename without path #6

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
use this kind of syntax :
-7zip:writeTo:test.zip+dontCleanUp

What is the expected output? What do you see instead?
Zipped file, but got an exception on :       
Directory.CreateDirectory(Path.GetDirectoryName(currentPath));
Easy to fix.

Original issue reported on code.google.com by guillaum...@gmail.com on 11 Mar 2010 at 10:24