The goal of this update is to eliminate the need for revising file paths with each Dynamo version. I also replaced some of the python os calls with System.IO calls because it didn't seem necessary to import os for a single file check, when we already have System available.
I couldn't test all of the functionality because I don't have the excel data from the example files.
Edit: Thanks to Adam, the live-write functionality works once more.
Hey I was adding some small changes to a few nodes. I will just merge changes from my drive but I did update them all with your suggestion. It works fine. Thanks!
The goal of this update is to eliminate the need for revising file paths with each Dynamo version. I also replaced some of the python os calls with System.IO calls because it didn't seem necessary to import os for a single file check, when we already have System available.
I couldn't test all of the functionality because I don't have the excel data from the example files.
Edit: Thanks to Adam, the live-write functionality works once more.