Directory wildcards
Hi,
Is it possible to specify wildcards for the logs files in:
d:/logs/cr0/
d:/logs/cr1/
d:/logs/cr2/
....
d:/logs/cr27/
I tried with @d:/logs/cr*/*.log but get the message 'No logs to analyze.
Thanks in advance.
Hi,
Is it possible to specify wildcards for the logs files in:
d:/logs/cr0/
d:/logs/cr1/
d:/logs/cr2/
....
d:/logs/cr27/
I tried with @d:/logs/cr*/*.log but get the message 'No logs to analyze.
Thanks in advance.
Unfortunately such wildcard isn't supported, you can only analyze logs in all the subdirectories using a path like @d:/logs/*.log