We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 956ddda commit 971bd77Copy full SHA for 971bd77
arduino-core/src/processing/app/helpers/FileUtils.java
@@ -85,7 +85,7 @@ public static void recursiveDelete(File file) {
85
recursiveDelete(current);
86
}
87
88
- deleteIfExists(file);
+ file.delete();
89
90
91
public static File createTempFolder() throws IOException {
0 commit comments