Subj : Re: Sub-tree search To : borland.public.cpp.borlandcpp From : Jogy Date : Tue Jul 05 2005 10:59 am Georges wrote: > > Jogy wrote: > > >>Georges wrote: >> >>>I've been trying to write something that will search a directory-tree >>>for named files such as *.cpp - alas without much success! >>> >>>A sort of OWL/C++ version of DOS 'dir *.cpp /s' >>> >> >>Hello, >> >>I have written an application in OWLNext, called ReplacePlus, >>which does this, using OWLNext classes. >> >>You can download it from OWLNext site: >>http://owlnext.sourceforge.net/download.html >> >>or from my site: >>http://personal.sirma.bg/Jogy/prog.html >> >>Jogy > > > Jogy, > > Thanks, for help. Is there anyway I can incorporate that into a 5.02 > program ? > Is the source code available for example ? > > Georges > > Yes, you can download the source from my site It can be build with BC5.02, but with OWLNext - I am using some of the enhanced classes, like TFileName Jogy .