Outcomes Covered

  • Create a Java Path object and associate it with a file on disk
  • Determine if a file exists on disk
  • Determine if a Java Path object is associated with a file or a directory
  • Convert between Path and File objects
  • Use the Files class to obtain input and output streams

Files and Directories [10:42]

Reruns from CS1011