Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 243 Bytes

File metadata and controls

6 lines (5 loc) · 243 Bytes

CopyFile

Copy files under the specified folder according to the specified file type

  • 根据输入的文件路径和文件后缀
  • 遍历文件,并用正则匹配后缀名
  • 再将匹配到的文件复制到指定文件夹下