I am very much new to Houdini and this might be something very obvious to ask but I have hit a brick wall. I would like to store a parameter, specifically the File Name of an alembic object so that I can validate the filename to see if it follows a namespace convention
The following is all I have
import hou
node = hou.node('obj/alembic1/alembic1')
after getting the node, how would I get the File Name property? Any guidance is greatly appreciated