library and video stuff

This commit is contained in:
benfry
2004-09-13 16:27:37 +00:00
parent 9bbdcb923b
commit 93f8abff96
3 changed files with 17 additions and 9 deletions
+1
View File
@@ -434,6 +434,7 @@ public class PdeSketchbook {
list[i].equals("CVS")) continue;
File subfolder = new File(folder, list[i]);
File lib = new File(subfolder, "library");
File entry = new File(subfolder, list[i] + ".pde");
// if a .pde file of the same prefix as the folder exists..
if (entry.exists()) {