DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=30974>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=30974 problem with copyFileToDirectory(File, File) Summary: problem with copyFileToDirectory(File, File) Product: Commons Version: 1.0 Final Platform: Other OS/Version: Windows NT/2K Status: NEW Severity: Normal Priority: Other Component: IO AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] I am running a batch application that moves around some files. FileUtils.listFiles(new File("c:\\"), new PrefixFileFilter(filePrefix), new NotFileFilter(new NameFileFilter("some"))) works just great. But the more I started load testing application I came across this strange problem. I am moving around 22000 files. And While its moving around the file on some file its changing file date. I am using FileUtils.copyFileToDirectory(file, todir); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
