How to use environment variables to read pictures by natron readnode

How to use environment variables to read pictures by natron readnode

Hi @ansqhd, and welcome to the Naton forum.
You can use a python expression to access these:

import os
print(os.environ['HOME'])

Thank you for your answer
Can’t use Python


I need expressions to solve this problem

It is not Python Expression, it is TCL Expression and I doubt that TCL is supported in Natron.