Save a txt file in data dictionary(?)
in
Programming Questions
•
11 months ago
Hi!
When I tried to save a txt file the are saved in the processing ide dictionary when using 2.01b +.
In othlder versions (1.2.1, 1.5.1) it is saved in the dictionary of the sketch.
In othlder versions (1.2.1, 1.5.1) it is saved in the dictionary of the sketch.
saveStrings("\\data\\save.txt", helper); // is false now
saveStrings("C:\\sketches\\sketch143\\data\\save.txt", helper); //is this the right way or is there a other one?
Hope you don't mind bad english

Thanks!
1