This is the mail archive of the
java-discuss@sources.redhat.com
mailing list for the Java project.
Re: File.getParentFile
- To: Oskar Liljeblad <osk at hem dot passagen dot se>
- Subject: Re: File.getParentFile
- From: Tom Tromey <tromey at cygnus dot com>
- Date: Mon, 17 Jul 2000 19:19:37 -0700 (PDT)
- Cc: java-discuss at sourceware dot cygnus dot com
- References: <20000718000537.A29942@strix.eductussyd.se>
Oskar> This method from Java 1.2 should probably be added to
Oskar> libgcj/libjava/java/io/File.java:
Thanks Oskar. Right now my source tree is a bit broken, so I can't
check this in.
If someone else wants to do it, great. Otherwise, it will have to
wait until I can check in my other changes.
Oskar> (I know that it would be better if I did a complete comparision
Oskar> between Classpath and GCJ java.io.File, but I don't have the
Oskar> time now.)
No worries.
Tom