no message

This commit is contained in:
2023-11-16 21:03:25 +03:00
parent 4545cf2d26
commit 27f275e1d8
6 changed files with 51 additions and 160 deletions

View File

@@ -1550,4 +1550,11 @@ public class db_project_info extends DBObject {
getSubdirectoriesR(Home);
return !subdirectories.isEmpty();
}
public boolean checkSubdirectories(TextLog Log){
if (hasSubdirectories()) {
Log.Writeln_("Проект содержит вложенные папки!");
return false;
}
return true;
}
}