RE: FileUtils question..

2004-09-10 Thread Chandrasekhar, Preetham
] Sent: Friday, September 10, 2004 8:32 AM To: 'Jakarta Commons Users List' Subject: RE: FileUtils question.. Preetham, I think you have a fundamental misunderstanding of the getFile() method of the URL class (and possibly the File class). Note that it only returns a String representation

[OT] Re: FileUtils question..

2004-09-10 Thread David Durham
Chandrasekhar, Preetham wrote: Hi Mark et all, Did you mean: et al.? David Durham Grammar Detective - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: FileUtils question..

2004-09-09 Thread Henri Yandell
Easiest thing would be to grab the source for FileUtils.copyFile(File,File,boolean) from http://jakarta.apache.org/commons/io/xref/org/apache/commons/io/FileUtils.html insert this in your code, and try removing some of the bits to see what exactly is stopping the access, or if it's a problem in