*** empty log message ***

This commit is contained in:
benfry
2005-01-30 20:00:34 +00:00
parent 879e41e3ac
commit 3af1728cee

View File

@@ -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;
}