I work on two computers where the fullpath of the working folders are different. My current settings file is as follows:
{
"folders":
[
{
"path": "fullpath_to_working_folder",
}
]
}
I want this folder to be changed when I switch to my other machine. I would be happy if there were a way to write an if statement but I don't know how to do it. Any recommendations?