MartijnBosRHM;11632 wrote:Ah I see what you mean. This would be a shakey solution in my opinion, but could work when there are not to many directories with a percentage sign that contain a file with a percentage sign.
Yes, it absolutely is. This is a defect in NCrunch and it will be fixed with a code fix in the next version. The focus right now is on finding a way to get you working until then.
MartijnBosRHM;11632 wrote:
What I meant was that I could not get a path with a environment variable in the Additional FIles To Include setting to begin with. So if I can't get a environment variable in there, why try to replace it?
The code responsible for swapping out the environment variables is handled very generically within NCrunch, and as such is applied to all file paths that can be fed into it. In this case, when the feature was added it was targeted to other areas of the software and its application to Additional Files To Include was incidental. Unfortunately, it looks like the UI for specifying the additional files wasn't updated to handle it. In theory this could be worked around by specifying the values yourself using a text editor in the config file directly.