Browse Source

jfinal 3.2 release

James 8 years ago
parent
commit
090e888b79
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/java/com/jfinal/kit/FileKit.java

+ 1 - 1
src/main/java/com/jfinal/kit/FileKit.java

@@ -34,8 +34,8 @@ public class FileKit {
 						delete(files[i]);
 						delete(files[i]);
 					}
 					}
 				}
 				}
+				file.delete();
 			}
 			}
-			file.delete();
 		}
 		}
 	}
 	}
 }
 }