I have a bunch of panels in grasshopper which we stream to a file location which we set up manually. I’m wondering if there is a way to do this using code. So that I have one component where I connect a button to and when that buttons gets pressed I get asked for a specific file location. I believe I can figure out how to make that button activate the prompt for asking for a path location, but I’m wondering how to access “Set streaming destination” and “Stream contents” options which you get when you right click on a panel. Anybody have an idea of where to look or an example file?
I’m a bit familiar with python & c# but not advanced