
Michael M. answered 04/12/16
Tutor
5.0
(38)
Mike: Java, python, web development, and CS tutor
import time
import os.path
import os
from datetime import datetime;
# Few ways you could got about doing this. One would be to create a time stamp for each time you modified or created a new file . Another tool you could use would be the difflib
# Time stamp
last_modified_date = datetime.(utcfromtimestamp)
Explorer the options..
Mike