本文介绍了移动文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

hi


我有很多文件以修改日期的编号开头,我需要将它们移动到日期的文件夹中,但保留文件结构。你帮我吗?


示例: 


DIR / A /#07.06.2017-19.12# - File01.txt  - - > DIR / 07062017 / A /#07.06.2017-19.12# - File01.txt


DIR / A /#08.06.2017-19.12# - File01.txt   - > DIR / 08062017 / A /#08.06.2017-19.12# - File01.txt


DIR / A / B#07.06.2017-19.12# - File02.txt   - - > DIR / 07062017 / A / B /#07.06.2017-19.12# - File01.txt

解决方案

hi

I have a lot of documents that begin with the number of the modified day and I need to move them to the folders of their date but maintaining the file structure. Do you help me?

Example:  

DIR/A/#07.06.2017-19.12#--File01.txt  --> DIR/07062017/A/#07.06.2017-19.12#--File01.txt

DIR/A/#08.06.2017-19.12#--File01.txt  --> DIR/08062017/A/#08.06.2017-19.12#--File01.txt

DIR/A/B#07.06.2017-19.12#--File02.txt  --> DIR/07062017/A/B/#07.06.2017-19.12#--File01.txt

解决方案


这篇关于移动文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-28 07:51