Main Page

Previous Next

Chapter 9: Accessing Files and Directories

Overview

In this chapter, we will explore how we identify, access, and manipulate files and directories on your hard drive. This will include the ability to create new files and directories, but not to read or write files. We will get to that starting in the next chapter.

In this chapter you will learn:

  • How you create File objects and use them to examine files and directories

  • How you can use File class methods to examine the contents of the hard drives on your system

  • How to create new files and directories on your hard drive

  • How to create temporary files

  • How you create FileOutputStream objects

Previous Next
JavaScript Editor Java Tutorials Free JavaScript Editor