From: Shawn B. <sh...@qc...> - 2002-01-15 13:29:26
I have submitted a patch to sourceforge for the file command.
The "file volumes" command was not implemented. It should
return the root volume names available on the system.
This was not possible to implement in JDK1.1. In JDK 1.2,
the java.io.File.listRoots() method can be used. The
patch code uses Reflection to see if the method is available.
As before with JDK1.1, it will return an error.
Patch URL:
http://sourceforge.net/tracker/index.php?func=detail&aid=503836&group_id=13005&atid=313005
--
-Shawn
_______________________________________________
tcljava-dev mailing list
tcl...@li...
https://lists.sourceforge.net/lists/listinfo/tcljava-dev
On Tue, 15 Jan 2002 08:29:18 -0500
Shawn Boyce <sh...@qc...> wrote:
> I have submitted a patch to sourceforge for the file command.
> The "file volumes" command was not implemented. It should
> return the root volume names available on the system.
This patch was checked in on 2002-04-12.
cheers
Mo