Chapter Overview
Let's get an idea of what we'll cover in this chapter.
We'll cover the following...
The purpose of the STL filesystem
library is to normalize file system operations across platforms. The filesystem
library seeks to normalize operations, bridging irregularities between POSIX/Unix, ...