Hi. I need to know the number of files in a directory in my web server for use in a JSP web application. I know the Java File class and File I/O part. The only thing that I am having a problem with is how to reference the name of the directory. In other words, how do I tell Java to open the directory <WEB SERVER HOME>/myapp/testdir. Do I need to fully qualify what <WEB SERVER HOME> is (which will change depending if I'm running this is test or production), or is there a way to reference it with a relative pathname?