when exporting an indicator (using Agile.NET for protecting plus adding some DLL references there) NT8 adds the AdditionalReferences.txt file to the exported zip file.
Can I influence which 'variable' is used in this AdditionalReferences.txt file?
Because now every line in the AdditionalReferences.txt file starts with
*UserProfile*\Documents\NinjaTrader 8\bin\Custom\....
What I have to do now is open that AdditionalReferences.txt file and change all *UserProfile*\Documents to *MyDocuments* and now also above mentioned users which have their documents folder inside the OneDrive folder are able to import the indicator zip file.
So
1) can I influence by any setting that *MyDocuments* should be used when I export something or
2) if not shouldn't NT8 itself use *MyDocuments* per default (instead of *UserProfile*\Documents)?
Thanks

Comment