This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: File.getCanonicalPath on Windows?
- From: Adam Megacz <gcj at lists dot megacz dot com>
- To: tromey at redhat dot com
- Cc: Java Discuss List <java at gcc dot gnu dot org>
- Date: 12 Jun 2002 10:35:51 -0700
- Subject: Re: File.getCanonicalPath on Windows?
- Organization: Myself
- References: <87ofegk13m.fsf@creche.redhat.com>
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