mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-19 08:52:15 +01:00
7714a41c0c
Changed the location where the variable `folder` gets updated. The function `getDataFolder()` uses this variable to return the data folder. It was looking for the data folder of the original sketch in the folder of the new created sketch. Furthermore the data folder will now be created if it does not exist yet in the new sketch before copying the files of the original sketch.