Config INCLUDE wildcard not working on Windows?
Tags:
#1
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
#1
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
Can you paste here the error messages you found?