<% java.io.File file = new java.io.File( "/home/dlewis2" ); String[] s = file.list(); for ( int i=0; i < s.length; i++ ) out.println( s[i] ); %>