maliput
Filesystem Class Reference

#include <include/maliput/common/filesystem.h>

Static Public Member Functions

static bool remove_file (const Path &path)
 
static bool remove_directory (const Path &path)
 
static bool create_directory (const Path &path)
 
static Path get_cwd ()
 
static bool read_as_string (const Path &path, std::string &read_to)
 
static bool create_directory_recursive (const Path &path)
 
static std::string get_env_path (const std::string &env_var)
 

Member Function Documentation

◆ create_directory()

bool create_directory ( const Path path)
static

◆ create_directory_recursive()

bool create_directory_recursive ( const Path path)
static

◆ get_cwd()

Path get_cwd ( )
static

◆ get_env_path()

std::string get_env_path ( const std::string &  env_var)
static

◆ read_as_string()

bool read_as_string ( const Path path,
std::string &  read_to 
)
static

◆ remove_directory()

bool remove_directory ( const Path path)
static

◆ remove_file()

bool remove_file ( const Path path)
static

The documentation for this class was generated from the following files: