This content has been marked as final.
Show 1 reply
-
1. Re: Is there a way to force file gateway to pick up files in a particular order (latest one first)
tcunning Apr 12, 2012 12:19 AM (in response to jakkur)Short answer : yes - you should be able to do this. Write a java.io.FileFilter that lists the files in the order that you desire, and then configure that FileFilter with your file gateway.