Text Node - Automatic Information

Hello Guys!

I am trying to do something that I believe it is pretty simple.
I want to create a script that can add the name of the file from the Read1 node and the current date on a “text node”.
How could I do that?

Thank you

You’ll likely have to use an expression on the text field of the Text node.

You can enter Read1.filename.get() into an expression and it’ll return the file name and file path.

My knowledge of python is a bit rusty so you’ll have to figure out how to then strip the path from the string.