1 Star 0 Fork 0

snake3342/recursive_file_updater

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
recursive_files_updater.py 421 Bytes
一键复制 编辑 原始数据 按行查看 历史
snake3342 提交于 2017-05-06 11:32 . 文件夹递归处理拷贝
#-*-coding:utf-8-*-
from program_top.utilities.my_dir import browse_dir
class files_updater(object):
def __init__(self,action_paramters):
super(files_updater, self).__init__()
for each_file in browse_dir(action_paramters['updating_file_stem']):
pass
#updating_stem_file_list=
updated_original_file_list=browse_dir(action_paramters['destination_stem_path'])
pass
pass
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/snake3342/recursive_file_updater.git
git@gitee.com:snake3342/recursive_file_updater.git
snake3342
recursive_file_updater
recursive_file_updater
master

搜索帮助