two questions - no common theme

wittempj at hotmail.com wittempj at hotmail.com
Wed Feb 9 15:15:46 EST 2005


os.walk gives an object with all files in a tree, e.g.
f = os.walk('c:\\temp')
for i in f:
	print i




More information about the Python-list mailing list