file-explorer.hpp File Reference
#include <string>
#include <iostream>
#include <vector>
Include dependency graph for file-explorer.hpp:

Namespaces

namespace  se3

Functions

std::vector< std::string > se3::extractPathFromEnvVar (const std::string &env_var_name, const std::string &delimiter=":")
 Parse an environment variable if exists and extract paths according to the delimiter.