[Python-3000] Mini Path object

Mike Orr sluggoster at gmail.com
Tue Nov 7 23:36:38 CET 2006


How do you convert an absolute path anyway?

PosixPath(NTPath("C:\winnt\system")) => ??
NTPath(PosixPath("/mnt/cdrom")  => ??

You can convert them to "/winnt/system" and "\mnt\cdrom", but what's
the point?  They won't exist anyway.

-- 
Mike Orr <sluggoster at gmail.com>


More information about the Python-3000 mailing list