[fpc-pascal] Is there a FindAllDirs command like FindAllFiles?
Bart
bartjunk64 at gmail.com
Sat Jul 25 10:51:37 CEST 2020
On Sat, Jul 25, 2020 at 12:24 AM Bo Berglund via fpc-pascal
<fpc-pascal at lists.freepascal.org> wrote:
> But I would like to enumerate the subdirectories themselves (without
> the content).
Take a look at how FindAllFiles is implemented.
It should be relatively easy to modify it so that it discards files
and only adds folders to the list.
Bart
--
Bart
More information about the fpc-pascal
mailing list