1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-02-13 07:54:20 +01:00
Matthijs Kooijman 9705e1e734 Use File.getParentFile() in Sketch constructor
No need to call the File constructor ourselves, if
`File.getParentFile()` can just do that for us.
2016-08-26 16:42:44 +02:00
..