
-----------------------------------
goosefootler
Sun Mar 10, 2019 9:39 am

importing sorted images in folders
-----------------------------------
Is there a way to access image files that are located in a subfolder that is inside the .t's folder?

eg. "/images/buttons/play.bmp"

thanks

-----------------------------------
Insectoid
Sun Mar 10, 2019 10:45 am

RE:importing sorted images in folders
-----------------------------------
If you know all the file names, just use the relative file path for your operating system. On Linux it'll be ./images/buttons/play.bmp OR images/etc. The ./ May or may not be required.

-----------------------------------
goosefootler
Sun Mar 10, 2019 11:10 am

RE:importing sorted images in folders
-----------------------------------
thank you

-----------------------------------
johnrude
Wed May 29, 2019 12:03 am

Re: importing sorted images in folders
-----------------------------------
THANK YOU FOR THE EXPLAINATION.
VERY WELL EXPLAINED.
