Hi All,
How can i check in preprocess of find::file whether the current directory has a set of files that i'm searching for?
E.g: I'm searching for input.xml and output.xml in a directory that has many child directories with many number of xml files and i want to skip every other directory that does not have the files that i search. How to achieve this using preprocess routine?