Hi, I am using camel 2.2 Is there a way to delete subfolders using the file component and recursive option? The following route only deals with files placed in /data/inbox and all it's subfolders.
from("file:data/inbox?delete=true&recursive=true")
--
View this message in context:
http://old.nabble.com/File-consumer-with-recursive%3Dtrue.-Delete-subfolder-tp28232249p28232249.html
Sent from the Camel - Users mailing list archive at Nabble.com.
