[tcljava-dev] PATCH: file volumes command patch posted
Brought to you by:
mdejong
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 |