1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-03-06 03:29:16 +01:00
Matthijs Kooijman 7a73d0b3db Change Compiler.pathToSketch from String to File
Keeping filenames as File objects for as long as possible is generally a
good idea and this removes a dependency on `Sketch.getMainFilePath()`,
so it can be removed later.
2016-08-26 16:42:44 +02:00
..