- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I'm trying to modify the setup-sheet-excel-2007.cps file to output the path to the local folder where the NC file is saved.
I'm trying to implement var outputPath = getOutputPath();
var programFilename = FileSystem.getFilename(outputPath);
Under onOpen but it errors out.
I also tried onTerminate but no luck. Does anyone know how to output a local path to a setup sheet?
Thanks.
Solved! Go to Solution.