I have a set of folders, and I want to be able to run a function that will find the most recently edited file and tell me the name of the file and the folder it is in.
F
You can use
os.walk
See: http://docs.python.org/library/os.html