commit-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Patch: File(URI) constructor.


From: Bryce McKinlay
Subject: Re: Patch: File(URI) constructor.
Date: Tue, 06 Jul 2004 12:50:46 -0400
User-agent: Mozilla Thunderbird 0.5 (X11/20040626)

Anthony Green wrote:

Well, it does the following, which is different:

   // On Windows, convert any '/' to '\'.  This appears to be the same logic
   // that Sun's Win32 Java performs.
   if (separatorChar == '\\')
     p = p.replace ('/', '\\');
                                                                                
                                       What happens when separatorChar is 
neither / nor \  ?  This is why I put my char replacement in.

I don't know of any platform besides classic MacOS that uses a different separator char, and I'm certain that libgcj will never be ported to that. But if such a platform did exist, then we should just change the code in normalizePath() to do this for all separators and not just '\'.

Regards

Bryce





reply via email to

[Prev in Thread] Current Thread [Next in Thread]