On Fri, Jan 2, 2009 at 7:16 PM, Jervis Whitley <jervi...@gmail.com> wrote:
> for fn in files:
>   base, ext = os.path.splitext(fn)
>   if ext.lower() in ['.flac', '.mp3', '.mp4']:
>
> takes into account systems with case sensitive filenames.

Thanks!  Will throw that in there.  I'm getting it ... bit by little bit.

>
> cheers,
>
> Jervis
>
>
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to