I'm trying to extract only js files from a zip file and not retain the
folder structure from the zip file.
For example the zip file might look like this:
/foo/bar/test.js
/foo/test2.js
I want to extract so they come out like this:
C:\test\test.js
C:\test\test2.js
Hope that make sense.
Is that possible? The "Mapping File Names" section sounds promising,
but I'm a bit confused about how to use it. It its not possible to do
this with the unzip task. Is there a way to do it if I extracted to a
temp file? Thanks in advance.
,
Josh.