#include <ders/dir.hpp>
#include <dirent.h>
#include <errno.h>
#include <sys/stat.h>
#include <ders/file.hpp>
#include <ders/text_buf.hpp>
Go to the source code of this file.
Namespaces | |
namespace | ders |
Functions | |
sh_dir | ders::new_dir (mem_pool &mp, const ch_rng &dname) |
Creates new dir object. | |
error | ders::make_dir (mem_pool &mp, const ch_rng &dname) |
Definition in file posix/dirimpl.cpp.
Definition at line 27 of file posix/dirimpl.cpp.
DIR* dr |
Definition at line 28 of file posix/dirimpl.cpp.