I have 700 files in one folder, each one with a number 1-700, with the file extension .pkmn. I created them and changed their data with a program, but now how would I access them? I've tried a for loop with the path + i + ".pkmn", but it didn't work. How would I access them and assign them to a File?
Thank you.