Готовая лабораторная работа 6
This commit is contained in:
parent
687b2aec17
commit
23173f9936
@ -100,8 +100,9 @@ public class TanksGenericStorage {
|
||||
|
||||
// Сохранение информации по технике в хранилище в файл
|
||||
public boolean SaveData(String filename) {
|
||||
if(new File(filename).exists())
|
||||
if(new File(filename).exists()) {
|
||||
new File(filename).delete();
|
||||
}
|
||||
|
||||
StringBuilder data = new StringBuilder();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user