Export to GitHub

treetrim - issue #6
Zip and 7Zip fails when entering as destination a filename without path
Posted on Mar 11, 2010 by
Quick Monkey
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.
Status: New
Labels:
Type-Defect
Priority-Medium