flow variable for XLS writer filename

Trying to use a flow variable created in a Java snippet to set the filename for a XLS write in Knime version 2.9

The Java code is

out_resultsFileName =  "file:/C:Results\\Processed\\ProcessedDataMA" + v_MAsamples + ".xls";

Which works OK for reading an csv data file using the extension ".txt"

But gives this error in the XLS writer

Execute failed: C:\knime_2.8.0\Results\Processed\ProcessedDataMA7.xls (The system cannot find the path specified)

I have no idea how the "knime_2.8.0" was added

Regards,

Philip

 

Found the problem and all working