RE: Copying specific files with full path specified

2005-11-21 Thread Paul Faulstich
I figured it out. There were extraneous spaces in the file list, so the list really looked like this: "/foo/bar/myfile.jar, /goo/car/myotherfile.jar" This is due to the formatting in the property file where these are defined. I removed the spaces with a regex: This pu

Re: Copying specific files with full path specified

2005-11-21 Thread Dominique Devienne
> I am trying to copy a list of files, which have fully qualified paths > > EG: "/foo/bar/myfile.jar, /goo/car/myotherfile.jar" > or "F:\foo\bar\myfile.jar, G:\goo\car\myotherfile.jar" > > (1) use for loop. For example: > > > >