|
From: | Alessandro Vesely |
Subject: | Re: Bug in builtin function abspath |
Date: | Sun, 28 May 2006 10:57:33 +0200 |
User-agent: | Thunderbird 1.5.0.2 (Windows/20060308) |
Eli Zaretskii wrote:
. It handles the d:foo case by converting it to d:./fooJust a short comment: the abspath description says that it returns "an absolute name that does not contain any `.' or `..' components".That's true, but we cannot do any better in this case.
Why shouldn't we use _getdcwd() to get the default path? At least under win32's crt, see http://msdn.microsoft.com/en-us/library/7t2zk3s4.aspx
[Prev in Thread] | Current Thread | [Next in Thread] |