Classes
Explore the various classes in the C++17 filesystem library that represent paths, directories, file status, and permissions. Understand how to read and modify file access permissions using bitwise operations, enabling effective file and directory management in C++.
We'll cover the following...
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. |