Is it possible to load files from a folder inside the data folder?

edited April 2014 in Using Processing

I can load images by using img = loadImage("ex1.bmp"); but if I have ex1.bmp in a folder called images inside the data folder in processing, is it possible to load it from inside that folder?

e.g. img = loadImage("Folder/ex1.bmp")

The above doesn't work though.

Answers

Sign In or Register to comment.