#include <string>
Go to the source code of this file.
Namespaces | |
namespace | Spm |
namespace | Spm::Util |
Functions | |
bool | Spm::Util::checkPath (const std::string &path) |
Check if a path exist. | |
void | Spm::Util::removeDir (const std::string &dir) |
Remove a directory and its content. | |
bool | Spm::Util::createDir (const std::string &dir) |
create a directory |