hi there,
I have a zip which contains a directory "acme". now I want to copy the
content of acme (not the directory itself) to a specific dir.

when doing something like this:

copy{
   from {
      zipTree("acme.zip"
   }
   into{ 'bla' }
}

the directory acme is with the desired content is located in 'bla'. how to
get the content direct in the 'bla' directory?

regards,
René


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to