Forum Discussion
MattB
3 years agoNew Contributor II
Hi @ash42,
I’ve not found a way to read from the Snaplogic project folder itself but if you have a groundplex you can write to a folder of your choosing using a binary file writer and the path
file:////
Once done you can pick them up using the method suggested by @bojanvelevski.
I did something similar but now pass the raw binary data into the Python script snap (use case is unzip and rotate images), it is more involved but might also save you the io of a additional disk write. Happy to share if you’re interested.
Matt.