I need to unzip some files using nant script. For that I created a build file.
But it throwing some error like this
Invalid zip file... , Wrong local signature 0X..
my unzip code is like this
<unzip zipfile="${filename}"/>
How can I fix this issue. Any other method is available to do this extration.
Please help me.
Thanks
Run 7z with the exec task.
This extracts the files from textfiles.zip into a folder c:\temp\extracted_textfiles.