Proposal for std.path replacement
Andrej Mitrovic
andrej.mitrovich at gmail.com
Sun Mar 20 13:01:32 PDT 2011
On 3/20/11, Andrej Mitrovic <andrej.mitrovich at gmail.com> wrote:
> On 3/20/11, Lars T. Kyllingstad <public at kyllingen.nospamnet> wrote:
>> On Sun, 20 Mar 2011 20:11:36 +0100, Andrej Mitrovic wrote:
>>
>>> I've just reported two issues with std.path.join:
>>> http://d.puremagic.com/issues/show_bug.cgi?id=5758
>>> http://d.puremagic.com/issues/show_bug.cgi?id=5759
>>>
>>> Does pathJoiner suffer from the same problems?
>>
>> Are you referring to joinPath() in my code? If so, no. It works at
>> compile time, and correctly joins the paths.
>>
>> -Lars
>>
>
> Fantastic. What about issue 5759, can it work properly so:
> joinPath(curdir, r"\subdir\") == r".\subdir\"
>
> Maybe that's Windows-only, dunno.
>
Sorry, I'm stupid and didn't read the entirety of your post. It does
work if you said so. :)
More information about the Digitalmars-d
mailing list