class File { .. boolean exists (); boolean canWrite (); boolean canRead (); boolean isFile (); boolean isDirectory (); long length (); }