@ -36,7 +36,9 @@ public class CronTab {
}
public static void checkFileTime(File dir,int days) {
if(!dir.exists()){
return;
if (dir.isDirectory()) {
String[] children = dir.list();
if(children.length == 0){