I am currently using the Get Default Directory function to run a script in a subfolder of my main script, using the following code
relativePath = Get Default Directory();
Include(relativePath || "Folder1/Data import.jsl");
How can I run a script or open a file in a folder above my main script, i.e. in a directory higher than the full directory given by Get Default Directory function?