java.io.File
• The File class is very useful for
information about files and the directory
structure.
• Constructer takes a String for the name
• Useful methods:
– .exists()
– .isDirectory()
– .listFiles() - Lists the files if it’s a directory