
I need to search and report ONLY folders who are containing a specific extension (but not report the files, only folders)
For instance, if I need to find all folders containing files with the .ext1 extension:
c:\test\1\file.ext1
c:\test\2\file.ext2
c:\test\3\file.ext1
I'd like to have the search result:
c:\test\1\
c:\test\3\
Is it possible with TC?