This page can be used to figure out the home folder of your project. It is useful only if it's in the same folder as the PsyScript script you're working on. If it's not in the same folder the results will be wrong.
This file is in the folder I don't know yet.
You can copy the text from the following field and paste it into your script, perhaps replacing the one that's already there. You usually find that line in the first few lines of your script.
I couldn't run the JavaScript to figure out my path. Do you have JavaScript disabled in your browser ?
Since this path starts with file:
your access method is not suitable for an experiment that you want to access using a web browser. You can access, edit and run an experiment this way youself, but other people can't use this path to see the experiment in their web browsers.
Since this path starts with http:
your access method is suitable for an experiment that you want to access using a web browser. However, communications with a server using HTTP are not encrypted, so anyone monitoring your network might be able to see details of the experiment and the responses (however this is not simple to do and requires quite a lot of knowledge about how the internet works). To keep this information more secure you should be using HTTPS instead.
Since this path starts with https:
your access method is suitable for an experiment that you want to access using a web browser. Communications with a server using HTTPS are encrypted, so details of the experiment and the responses will be secure.