Re: [Tutor] Getting a directory listing with Python to MySQL

2014-07-22 Thread Eric Dannewitz
That's close. I have been playing from glob and os.walk but I'm at a loss how to get the size, creation and modified date while running it. - Original Message - From: "Danny Yoo" To: "Eric Dannewitz" Cc: "Python Tutor Mailing List" Sent: Tu

[Tutor] Getting a directory listing with Python to MySQL

2014-07-22 Thread Eric Dannewitz
Hello list, I'm new. I've done a few things in Python, but this one is posing problems. What I want to do is be able to parse a directory, say /Volumes/Stuff/Files/, and all the directories that might be in there, and be able to pick out file name, size, date modified, etc, and send that to a