Some of C++17 filesystem module examples can be found here. These examples include:
- How to get current and temporary directories and evaluates disk sizes.
- How to manipulate a path to a folder or file.
- How to get list of files in a folder.
- How to watch a folder to contents changes.