Ok, I’m sure this is silly, but I can’t figure out how to use one String and one File variable to load multiple files. I couldn’t find a way to re-use a variable. Unless its not possible. If its not, ok, I can live with that. Just wondering about this…
Also, another thing. Do I need to clean up a String variable after I use and no longer need it? The same goes for a File variable, how do I close the file?
I’m using both as String and File. I tried to use as pointers, but couldn’t use, for instance, String * Path with File(Path) :oops: