anyone know the tcl command to grab the filename of the input of a gizmo?
for example right now i have this:
[string trimright [file tail [filename [value Read1.file]]] "\"" ]
but that relies on the user to have the node named Read1 is there a way to just grab the input of the gizmo?
tia