[Python-Dev] realpath?

Fredrik Lundh Fredrik Lundh" <effbot@telia.com
Fri, 21 Jul 2000 00:31:22 +0200


?!ng wrote:


> We have normpath() and readlink(), but how about realpath()?
>=20
> Seems like a good thing to have in the posixmodule.

it's in SUSv2, so +1 from me.

but don't forget #if defined(HAVE_REALPATH).

what's the best way to emulate this one on Windows, btw?

</F>