mirror of
https://github.com/processing/processing4.git
synced 2026-02-11 09:39:19 +01:00
*** empty log message ***
This commit is contained in:
@@ -215,7 +215,7 @@ public class PdeBase {
|
||||
topKey.closeKey(); // necessary?
|
||||
localKey.closeKey();
|
||||
|
||||
return new File(appDataPath, "Processing");
|
||||
dataFolder = new File(appDataPath, "Processing");
|
||||
|
||||
} catch (Exception e) {
|
||||
showError("Problem getting data folder",
|
||||
@@ -312,6 +312,8 @@ public class PdeBase {
|
||||
|
||||
// create the folder if it doesn't exist already
|
||||
if (!sketchbookFolder.exists()) sketchbookFolder.mkdirs();
|
||||
|
||||
return sketchbookFolder;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user