returns: C:\Users\[my.username]\Documents\Processing\processing-3.5.3\ which is where Processing.exe is located but is NOT where the sketch is located.
Is this a known issue, is this normal behavior?
What are my options to dynamically refer to a subfolder of the data folder? I can’t use absolute paths because this code is shared among machines and should run regardless of the username and where the sketch is located.
Hey kll, thanks for you response. Again I’m looking for a way to read data from a subfolder inside the data folder, not write any data out.
Additional fact that I can’t figure out but might be helpful: any new sketch will retrieve the correct sketchPath, but this particular one always outputs the wrong path (copied in my initial post), even when I copy it to another location first or when I recreate it from scratch from a blank sketch.