I am new to Java, just trying to make a simple utility to move, copy and delete some wav files on my computer, but java.io.File delete () does not work. The wav files in question have a read-only check (in Windows Explorer), but File canWrite () returns false, and setWritable (true) fails. I must be doing something stupid because someone hasn't had this problem before?
source share