Config INCLUDE wildcard not working on Windows?
jdixon
I have tried multiple ways to get the wildcard includes to work but just cant get it to work in CE. If I put the path in then it works.
define ROOT C:\Program Files (x86)\nxlog define PLUGIN %ROOT%\additional
works: include C:\Program Files (x86)\nxlog\additional\nxlog_exchange.conf
doesn't work: include additional*.conf include additional/.conf include %PLUGIN%*.conf include %PLUGIN%/.conf