Right my problem is, I want to load either the filenames or the actual files from a directory like "Graphics/Gallery/" . The files would all be pictures.
However I need to load it into an array eg.
If there's a way of just loading the filenames, that would help a lot.
However, if there isn't, I need a way of getting the filenames from the loaded pictures... if that makes sense?
Anyway thanks in advance, hope someone can help xD
However I need to load it into an array eg.
Code:
PICS = []
PICS.load_stuf_here
If there's a way of just loading the filenames, that would help a lot.
However, if there isn't, I need a way of getting the filenames from the loaded pictures... if that makes sense?
Anyway thanks in advance, hope someone can help xD