#include <vector>
#include <boost/filesystem/path.hpp>
#include <boost/filesystem/operations.hpp>
#include <boost/filesystem/fstream.hpp>
Go to the source code of this file.
Namespaces | |
namespace | swri_system_util |
Typedefs | |
typedef boost::filesystem::filesystem_error | swri_system_util::PathException |
Functions | |
std::vector< std::string > | swri_system_util::Find (const std::string &path, const std::string &expression, int max_depth=-1) |
std::vector< std::string > | swri_system_util::load_all_files (const std::string &path, std::string &directory) |
boost::filesystem::path | swri_system_util::NaiveUncomplete (boost::filesystem::path const path, boost::filesystem::path const base) |