mirror of
https://github.com/processing/processing4.git
synced 2026-02-13 10:30:44 +01:00
Create libraries, modes, and tools folders in the sketchbook if they don't already exist when determining the sketchbook location.
This commit is contained in:
@@ -1787,6 +1787,10 @@ public class Base {
|
||||
sketchbookFolder.mkdirs();
|
||||
}
|
||||
}
|
||||
|
||||
getSketchbookLibrariesFolder().mkdir();
|
||||
getSketchbookToolsFolder().mkdir();
|
||||
getSketchbookModesFolder().mkdir();
|
||||
// System.err.println("sketchbook: " + sketchbookFolder);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user