The reference is easy enough to understand if you want to read the contents of a file and not display files based off of one. I have found some good loadStrings() examples on the forum but none of them show the text files or answer my questions.
1. what does the text file look like inside if you want to load a file from your '/data'?
a. do i need specific syntax to tell processing to load the files instead of just read and print the names?
or is this right:
[top of text file]
0.jpg
1.jpg
.
.
.etc
I know how to load images and use arrays. I can make an array of images. but I dont know how to do it without loading each image individually.
any help would be great.
thank you
1