A
angelochen960
Hi,
Is this the correct way of reusing the file variable?
File f = new File("file1");
f.delete();
f = new File("file2");
f.delete;
thanks
Is this the correct way of reusing the file variable?
File f = new File("file1");
f.delete();
f = new File("file2");
f.delete;
thanks