Hi,
Would you believe in v8.35 it works almost. It doesn't work when you use the "Test tab" in the task List File(s), to display the expected output
Example
In the Output settings
1. Select Full path to file
Select Test tab, Press Show filter files
- output: c:\test.txt
2. Select File name only
Select Test tab, Press Show filter files
- output: c:\test.txt
However, {TASK(Active|StdOut)} does correctly reflect the Output settings, ie it produces the expected output
Example
In the Output settings
1. Select Full path to file
{TASK(Active|StdOut)} = c:\test.txt
2. Select File name only
{TASK(Active|StdOut)}= test.txt