I’m trying to read a file using io.open(/main/my_folder/my_file.json) but it says there is no such file or directory…however if I instead use sys.load_resource() the the file is opened as expected.
Is each function expecting a different kind of path or amI missing something else entirely?
Thanks!