[solved] .opensesame file + file pool folder VS .tar.gz
Hi Sebastian,
Is it possible to keep an experiment in a pool folder + .opensesame file as opposed to a tar.gz archive?
I think saving it like that does not work at the moment.
It would be helpful if you have large videos (compressing for tgz is slow every time I save) or when you edit an external script in the file pool with another editor.

Comments
Hi Kirill,
Yes, OpenSesame uses the following logic to find a file:
So you should be able to use files that are in the folder were you're experiment is saved. Alternatively, you can specify full paths, like so (example from a sketchpad):
I haven't tested this very thoroughly though! And there may be some differences between platforms.
(This is actually handled by quite a simple function, called get_file(). You can browse the OpenSesame code here.)
Cheers,
Sebastiaan
Check out SigmundAI.eu for our OpenSesame AI assistant!
Hi Sebastian,
I placed the pool files in the same directory and now it works fine! Thanks
Cheers,
Kirill