On Wed, May 25, 2011 at 2:04 AM, RVince <[email protected]> wrote: > Ha! You;re right -- but is there a way to get it without the filename > appended at the end?
Parse the file name with the os.path functions: http://docs.python.org/library/os.path.html Chris Angelico -- http://mail.python.org/mailman/listinfo/python-list
