When I try to run the DirectoryList example sketch in Processing 2.0b7, I get an error message: Cannot find a class or type named "File" at line 24 which contains the following code: File[] files = listFiles(path);
Any thoughts on getting the Example to run?