Accessing an usb stick or cdrom and list all directories and files
Accessing an external disk/drive is the same as accessing the local disk but the difference here is that an external disk might not be available so i've added an extra check. Everything else is the same as accessing the local disk though.
PLAIN TEXT
JAVA:
package test;
/*--------------------------------------------------------------------------
DriveChecker class
****************
By: HappyFace
http://www.engineeringserver.comContact: info
Version: 13/07/2008
"*****************
Note: lists all files and [...]
http://www.engineeringser...ll-directories-and-files/