which sets the name of a saved output. Now let's say `chs("../../null1/shot")` is 1 and $OS is "file". In this form, it works as expected and Houdini resolves the name as file1.exr If I edit the path to:
$HIP/Render/$OS_`chs("../../null1/shot")`.exr
Houdini resolves the name as 1.exr instead of file_1.exr. Is there a way to incorporate an underscore in a filename referencing the value of another parameter?