How to show local file structure on a web page?
Printable View
How to show local file structure on a web page?
You may try File.list() method . The alternative method is use JNDI.
For the detail information, you may reference the doucment of JDK,
or JNDI.
good luck
Alfred Wu