I would do so, but the thing is, i want to load All files that the dir.get_next() finds, not a specific one, whichs path i'd write in the code..
So, if it finds that the folder has 5 scenes, for example, itd load all five, adding them to the scene, one after another..
So i want the code to be able to detect files and, when a button is pressed, all files would be loaded up in the scene :)
I later want to make that, you cant search for a specific keyword in those exported scene's names and load them(instead of loading all scenes in the folder and then deleting ones i dont need)