I want to get complete list of ftl file from directory and their subdirectory with their relative path. For example suppose if I have a ftl file in D:\abc\pqr\lmn\try.ftl and I pass D:\abc as search path then I should get /pqr/lmn/try.ftl and all *.ftl files list which are present in search directory and their subdirectory with relative path as result.
Can someone help me achieving this functionality.
