Use Manipulation Functions with Path
Learn to use manipulation functions with path.
We'll cover the following
The filesystem
library includes functions for manipulating the contents of path
objects. In this recipe, we will consider a few of these tools.
How to do it
In this recipe, we examine some functions that manipulate the contents of path
objects:
We start with the
namespace
directive and ourformatter
specialization. We do this in every recipe in this chapter:
Get hands-on with 1400+ tech skills courses.