Hey, I have an application that checks for a host file, but I need it in an applet. Later on, I found out "you can't write or read from a hard drive". Phil
Anonymous
Ranch Hand
Joined: Nov 22, 2008
Posts: 18944
posted
0
Applets can read and write files on the server on which they are located. They can do more than that, too, but it requires the applet to be signed and the user has to allow it.