Now to load them back up I was thinking a foreach sop would do the trick, which it does nicely if im explicitly giving the bgeo file path like this:
Z
houdini/bgeo/PARTICLES_start_00`stamps(“..”, chs(“../forstamp”), 0)`/PARTICLES_start.$F4.bgeo.gzThe problem is I want to use the channel reference to the geo ROP so I keep it all synced up.
This means i need to embed a string expressio nin another string expression which dosent work because backticks dont work like brackets:
`chs((“/out/PARTICLES_start_”`padzero(3, stamps(“..”, chs(“../forstamp”), 0))`“/sopoutput”))`
Any ideas?

