> Can someone PLEASE tell me how I can list files from a certain directory.
> These are log files which I want to be able to view via the browser. So is
> there a way I can list the files whose names match a specified pattern?
>
> I GREATLY APPRECIATE YOUR HELP.
Check out the class java.io.File in the API-docs. There you will find info
on how to list a directory. And yes, it also says how you write code to
filter the file list (java.io.FileFilter).
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html