I have the situation whereby I want to keep the original attributes on a file (the file creation date etc). Normally when you copy files in Windows, the copy that you make gets new 'modified' dates etc. I have come accross the shutil.copy
command — although this doesn't keep the file attributes the same.
I found the following question on Stack Unix, but I was wondering if there was a way for me to do this in Python.