I have a problem with my Java program. I want to delete a file on my hdd; I use a MacBook. Here is my code:
public static void main(String[] args)
{
File actualFile = new File("/Users/luffy/test.xml");
actualFile.delete();
}
chmod
is set! Help please.