Hi, So I am writing a plugin and I want to get list of directories which match the pattern given on the configuration page.
For e.g. if you say **/target/ you would have a list of directories (sth/target/, sth2/sth4/target, sth35/target). Currently if you say **/target/ you get a list of files. Like I said I tried to iterate through the list while checking isDirectory(). I am sure there is an easy solution for this. Thank you, Ogi
