Apache Mesos
|
#include <fts.h>
#include <unistd.h>
#include <string>
#include <glog/logging.h>
#include <stout/error.hpp>
#include <stout/nothing.hpp>
#include <stout/stringify.hpp>
#include <stout/try.hpp>
#include <stout/os/exists.hpp>
Go to the source code of this file.
Namespaces | |
os | |
Functions | |
Try< Nothing > | os::rmdir (const std::string &directory, bool recursive=true, bool removeRoot=true, bool continueOnError=false) |