Hello,
When I run my python script, it downloads a file from a website to a directory and it moves an old file from that directory to an archived folder and renames it with filename+date moved/date when script runs.
I am trying to fix it to make it show filename+modified/created date instead of filename+date moved/date when script runs.
This file is in the archived folder by the way.

Attached is the python code.