Dear,

I tried to implement by using their timestamp.
Please tell me LastLastModified is timestamp or not?
With LastModified , I can not compare with 05:00.


public class FileFilters<T> implements GenericFileFilter<T> {

    public boolean accept(GenericFile<T> file) {
            System.out.println(file.getFileName() + ":" +
file.getLastModified());
        return true;
        
    }


}



--
View this message in context: 
http://camel.465427.n5.nabble.com/Copy-current-file-in-a-folder-tp5791093p5791215.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to