# dir_reorganize **Repository Path**: puzzzzzzle/dir_reorganize ## Basic Information - **Project Name**: dir_reorganize - **Description**: 递归文件夹,按照一份后缀表匹配文件,移动或复制到目标位置,并生成报表 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-02-22 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 文件整理 ### 根据一份匹配正则表找到匹配文件,如 ``` *.mp3 *.txt *.jpg ``` ### 将所有匹配的移动/复制到目标位置 ### 生成一份报表,包含成功的,不匹配的,重名的等等 ### 带有一个gui,使用javafx编写...