I want to copy the files from the zip folder to another folder. I am doing this , but it doesn't works
<copy todir="Lib">
<fileset basedir="Output/RCxSL.Client.zip/ServiceClientDlls">
<include name="*.dll" />
</fileset>
</copy>
How to achieve this ? the folder is zipped.