Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mrheer/regularcopy

copy files by recursion
https://github.com/mrheer/regularcopy

copy python regular-expression

Last synced: 27 days ago
JSON representation

copy files by recursion

Awesome Lists containing this project

README

        

该脚本用于复制文件
----------------

应用:

将指定的某类文件按递归的方式在指定的目标目录下全部复制到指定的存储目录

举例:

target_dir = "G:/Programming/VS/C++/C++ Primer Plus/" # 目标目录
filename_extension = ".cpp" # 文件扩展名
save_dir = target_dir + "src/" # 存储目录