DriveInfo
DriveInfo is a tiny Java class which gives you the volume label of a disk drive. To do this, it uses a native method. To get the needed information it calls kernel32.dll’s GetVolumeInformation(). As you may have noticed, this only works in windows.
Documentation
You can get more information on DriveInfo by reading:
- README file.
- The latest online documentation.
DriveInfo is released under the terms of the GNU General Public License (GPL).
Latest release
You can download the latest release (0.1) here driveinfo-latest.zip.
Useful links:
Go back to the attic.

