That totally worked. I used a script to get that folder (suggested on another post)

save this as a python file and run it:

import editor print(editor.get_path())

and you get a path similar to above. just change to that directory. (in quotes).

Thanks!