I have a question. I made a GUI which can store and load a .csv. Currently I can have only one .csv file with a fixed name. I want to work with a folder and several files instead.
I know of atleast one way to work with several files which simply is ‘just code it’. It is not that incredibly hard but I am wondering if there are perhaps easy tricks/libaries for to do it ‘better’?
What I miss is that I cannot make use of those convenient OS windows with which you can save and load files and such. Like every PC program can do…
Is it possible to do something similar in processing? (to work with OS windows)