Suppose you have a package consisting of source files residing in dozens of subfolders of a root package folder.

Suppose you have a package consisting of source files residing in dozens of subfolders of a root package folder. To create a .dpk file from IDE I need to browse into each subfolder, select all *.pas files and add them to the package.

Is it possible to automate it, for example by just clicking on a root package folder so that all *.pas files in its subfolders are added to the package?

Comments