drive browsing on an applet

hey guys can anyone give me an idea on how to browse the drive and maybe the directories in an applet. i tried using the java.io.files but it doesnt work on the browser.thanks in advance :)
[203 byte] By [tefiria] at [2007-10-2 21:22:40]
# 1
it's part of Applet security... u need signed applet to do that...
angeles1016a at 2007-7-14 0:33:05 > top of Java-index,Java Essentials,New To Java...
# 2
Sign the applet. The java.io classes work in an applet that is contained in a signed jar file. Applets that are not signed are not allowed to access the local file system.
ChuckBinga at 2007-7-14 0:33:05 > top of Java-index,Java Essentials,New To Java...
# 3
oks thanks for the info guys :)
tefiria at 2007-7-14 0:33:05 > top of Java-index,Java Essentials,New To Java...