In my last post (Learning Python #1) I was talking about implementing functions and classes into my script for practise purposes. Well this is it… Functions The only place I found a reasonable use of a function was to get values for the attributes in my only custom class in this script. The script has a source directory hard coded and the files in the directory get sorted. They get filtered and get passed to the script in a list (lines 22 to 27). I then need to get the creation year and mon...