Bugs item #1386994, was opened at 2005-12-21 12:44
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1386994&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Core
Group: 0.85
Status: Open
Resolution: None
Priority: 5
Submitted By: Klaus Bertram (kbertram)
Assigned to: Nobody/Anonymous (nobody)
Summary: UnZip to root folder

Initial Comment:
If a zip file contain entry’s from root the unzip task
unzip it also to root and not to the todir directory.
Sample:
Zip entry
/folder/folder/text.xml
todir
d:\test\tmp
The file would be extract to
d:\folder\folder\text.xml

The Path.Combine function merges it to this.
By filtering out the root slash or backslash it works
properly.


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1386994&group_id=31650


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to