Saving PNG to created directory
I would like to save "pngs" into my created directory. When I run the script the directory folder is made but the PNGs aren't saved because I'm not sure how to word the pathing. What syntax should I use?baseDir = "C:\temp\";
dir = baseDir || Substitute(MDYHMS(Today()), "/", "-", ":", ".");
CreateDirectory(dir);
gb=Graph Builder(
Size( 876, 598 ),
Show Control Panel( 0 ),
Variables(
X( :site
...