nice! two little lines that do a boatload of work! hee hee
----
pth = '/Users/kpp9c/snd/01'
samples = [os.path.join(pth, f) for f in os.listdir(pth) if
f.endswith('.aif')]
----thank you Kent! (and Jeremy and Magnus and Singletoned and I V ... and john boy and mary ellen .. ) -- http://mail.python.org/mailman/listinfo/python-list
