private File moveFileTo(File usageFile, File target) { File movedFile = new File(target.getPath() + File.separator + usageFile.getName()); try {