java.io.File (cont’d)
•.canRead() / .canWrite() - check permissions •File.listRoots() - returns an array of the roots of a file system.
•.length()
•.delete()
•Look in the documentation for the rest.