Add scouting dashboard details

This commit is contained in:
Michael Mikovsky
2025-04-10 14:00:31 -06:00
parent 15c503bbb7
commit b83d67359e
4 changed files with 70 additions and 7 deletions
@@ -265,7 +265,7 @@ public final class FileEditor {
}
public static boolean deleteFile(String filepath){
if(fileExist(filepath)){
if(!fileExist(filepath)){
return true;
}
File file = new File(baseDir + filepath);