Skip to content

Latest commit

 

History

History

streams-and-fs-access

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Week 11 - Streams and Filesystem Access

This week we will learn about streams and fs access.

Streams

Agenda

  • Introduce streams
  • System.out System.in
  • Paths
  • user.dir vs user.home, and filesystems.
  • Does a file exist?
  • learn about a file (types of files + Attributes)
  • Create directory.
  • List directory contents.