Forum Discussion
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.
- Kulashekharan6 years agoNew Contributor II
Use array.join(“,”) or array.toString() to achieve what you asked for. Join will allow you to change the delimiter. Keep in mind This returns one string value
Related Content
- 5 years ago
- 8 years ago