On Tue, Aug 21, 2012 at 10:45 AM, livensn <[email protected]> wrote: > Hi all, > > I got my camel route which is picking up all files perfectly except for the > ones starting with a "." > So for example: I got a file named ".Contacts.xml". I would think camel > would pick up this file, but instead ignores it. If I rename the file to > "Contacts.xml" it gets picked up. > > Is this some kind of bug or is this meant to be? >
This is by design. Files starting with a dot is a hidden file. > Best regards, > > Nick > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/File-Component-Route-not-picking-up-files-tp5717748.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Claus Ibsen ----------------- FuseSource Email: [email protected] Web: http://fusesource.com Twitter: davsclaus, fusenews Blog: http://davsclaus.com Author of Camel in Action: http://www.manning.com/ibsen
