Classes

Let's take a look at the different components of the filesystem library.

We'll cover the following...

There are many classes encapsulating a specific aspect of the filesystem.

Class Description
path Represents a path.
filesystem_error Defines an exception object.
directory_entry Represents a directory entry.
directory_iterator Defines a directory iterator.
...