hi, I have a question about filecache node. Basically I want to construct folders
- project folder
- HIP folder (save hip file here)
- geo folder (cache here)
I think 'project set' set $JOBS a file path, then we can use $JOB to make relative path. However, I try to skip that process because I don't like so much, also most productions don't use it. Then I use this expression in file cache node > geometry file
`strreplace("$HIP/geo/$OS.bgeo.sc", "HIP/", "")`
It seems to be working well, but I wonder if anyone knows a smarter way, let me know.