This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: File.getCanonicalPath on Windows?


Tom Tromey <tromey@redhat.com> writes:
> Where is File.getCanonicalPath for Windows?
> I don't see it in natFileWin32.cc.

Really?

megacz@curry$grep getCanonical branch/gcc/libjava/java/io/natFileWin32.cc
branch/gcc/libjava/java/io/natFileWin32.cc:java::io::File::getCanonicalPath (void)

> (Also, I've noticed that that file has a lot of coding style
> violations.  FYI.)

Mostly inherited from whoever wrote that stuff. I haven't done much to
java.io.* except fix bugs.

  - a


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]