mirror of
https://github.com/Team4388/RidgeScout.git
synced 2026-06-09 08:38:03 -06:00
Add scouting dashboard details
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user