#include <platformstl/platformstl.h>
Go to the source code of this file.
Namespaces | |
| namespace | platformstl |
Functions | |
| template<typename S> | |
| bool_t | create_directory_recurse (S const &dir) |
| Creates the given directory, and any intermediate directories that do not exist. | |
| template<typename S> | |
| bool_t | remove_directory_recurse (S const &dir) |
| Removes the given directory, and all its subdirectories. | |
1.5.6