Greetings
Python newbie here, and thanks to all who have helped me previously.
Is there a way of grabbing file attributes while traversing with os.walk()?
It would be advantageous to have date modified and file size along with the
file name.
If anyone can point me in the right direction, I'd apprec
I'm a python newbie and I'm trying to test several regular expressions on
the same line before moving on to next line.
it seems to move on to next line before trying all regular expressions which
is my goal.
it only returns true for first regular expression
does the curser have to be rest to beginn