★ wanayoo — archive 1999 http://java.sun.com/sfaq/example/deleteFile.htmlNouvelle recherche | Portail wanayoo
Java Security FAQ: Delete a File

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