I have this situation:
On my HD i have this kind of directory structure:
root>
root>dir1>05-13-2018_xxxxxxxx.TXT<br>
root>dir1>05-14-2018_xxxxxxxx.TXT <-- today file to copy in another dir<br>
root>dir2>05-13-2018_xxxxxxxx.TXT<br>
root>dir2>05-14-2018_xxxxxxxx.TXT <-- today file to copy in another dir<br>
root>dir3>ecc...
i have formatted a python variable who reflect the today date like this data_oggi = str(datetime.datetime.today().strftime('%m-%d-%Y'))
i need to scan all subdirs and move the file with match date in filename in another dir...
I'm in empasse,
can anybody help me?
Thank guys for every support.