|
Mana
|
#include <climits>#include <cstring>#include <cerrno>#include <filesystem>#include <iostream>#include "mkdir.h"Go to the source code of this file.
Functions | |
| int | mkdir_r (const char *pathname) |
| Create a directory, making leading components first if necessary. | |