Peter Hansen wrote:
> When files are opened through a "path" object -- e.g.
> path('name').open() -- then file.name returns the path object that was
> used to open it.
Also works if you use file(path('name')) or open(path('name')).
--
Michael Hoffman
--
http://mail.python.org/mailman/listinfo/python-list
