worldbank/ietoolkit

`ieboilstart, adopath()` - user created sub-folders in the ado-folder

kbjarkefur opened this issue · 0 comments

If a project has many project specific ado-files that are organized in subfolders, will that work?

Example:

code
│   master.do
└───cleaning
│   │   import.do
│   │   clean.do
└───analysis
│   │   analysis.do
└───ado
│   └───clean_custom
│   |   │   myclean1.ado
│   |   │   myclean2.ado
│   |   │   ...
│   └───reg_custom
│   |   │   myreg1.ado
│   |   │   myreg1.ado
│   |   │   ...

How would this work if using ieboilstart, adopath("./code/ado")?

If possible we should make sure this is supported.