I have a
File file = new File("/home/aa.db");
then I call file.delete();
but I like to save this file before delete with the other name in the other location. - how it is possible to do in code without any visual tools?
I need a copy - because I need to remove init file. Renaming will not do the thing