#include <sys/types.h>#include <sys/stat.h>#include <dirent.h>#include <errno.h>#include <string.h>#include <alloca.h>#include <stdio.h>#include "file_tools.h"

Go to the source code of this file.
Functions | |
| std::string | RemoveDir (const char *path) |
| std::string RemoveDir | ( | const char * | path | ) |
Definition at line 10 of file file_tools.cpp.
1.5.8