I have Apache on my Windows machine. I write a program that needs to delete files in a given path, but I don't know what is the command for doing that. I just guessed to use System.del("$path"), but it does not work. Does Any one know what is the script of this?
Thank you.