Question
Is there a way to set a worksession file path using a python script?
Motivation:
The file path for files referenced in Rhino Worksessions use absolute paths only (there is not an option to use relative paths). This causes problems if the local file path for a file sharing system (such as sharepoint, google drive, etc) includes a user’s name in the path. A work-around could be to write a python script to set the file path for a worksession so that each user did not have to manually fix worksession file paths (potentially to a large number of referenced files).