Java Security FAQ: Delete a File


Here's an applet that tries to delete a file by invoking the File.delete() method on a File object:

Here's the source.

Conclusion: Applets can't delete files using the File.delete() method.

Back to the Java Security FAQ