I'm new to coding, and only know VBA at best.
However I would like a python script which will rename all the excel files in a folder. It needs to include the date the file was last modified at the start of the string. The date format will be YYYYMMDD.
For example, if the original file name is "CWI001-CA-E1140", the ammended file name should be "20150422_CWI001-CA-E1140".
I'm using windows 8, thanks in advance.