diff --git a/src/main/java/en/Function/Collation.java b/src/main/java/en/Function/Collation.java index 98739b7..fc7a2b7 100644 --- a/src/main/java/en/Function/Collation.java +++ b/src/main/java/en/Function/Collation.java @@ -59,11 +59,11 @@ public void run() { } catch (IOException e) { throw new RuntimeException(e); } - File word = new File(data + "\\word文件"); - File txt = new File(data + "\\txt文件"); - File pdf = new File(data + "\\pdf文件"); - File powerpoint = new File(data + "\\powerpoint文件"); - File excel = new File(data + "\\excel文件"); + File word = new File(data + "\\word"); + File txt = new File(data + "\\txt"); + File pdf = new File(data + "\\pdf"); + File powerpoint = new File(data + "\\powerpoint"); + File excel = new File(data + "\\excel"); if (!pdf.exists()) {//如果文件夹不存在 pdf.mkdir();//创建文件夹 }