library and video stuff

This commit is contained in:
benfry
2004-09-13 16:27:37 +00:00
parent 22ece1563c
commit afcc8cc473
3 changed files with 17 additions and 9 deletions

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()) {