Apache Mesos
Namespaces | Functions
rmdir.hpp File Reference
#include <string>
#include <glog/logging.h>
#include <stout/error.hpp>
#include <stout/nothing.hpp>
#include <stout/strings.hpp>
#include <stout/try.hpp>
#include <stout/windows.hpp>
#include <stout/os/rm.hpp>
#include <stout/os/stat.hpp>
#include <stout/internal/windows/longpath.hpp>

Go to the source code of this file.

Namespaces

 os
 
 os::internal
 

Functions

Try< Nothingos::internal::recursive_remove_directory (const std::string &path, bool removeRoot, bool continueOnError)
 
Try< Nothingos::rmdir (const std::string &directory, bool recursive=true, bool removeRoot=true, bool continueOnError=false)