Click to See Complete Forum and Search --> : Deleting a file with java


amrigo
02-22-2006, 02:16 PM
Hi

I would like to see an example about how to delete a file using Java.

I am researching how to delete a file using java, reading http://java.sun.com/j2se/1.4.2/docs/api/java/io/File.html#delete()

I do upload my fuiles using smartupload.jsp.

Thank´s in advance

Khalid Ali
02-23-2006, 01:26 AM
I think its file.delete()

amrigo
02-23-2006, 07:45 AM
thank´s a lot