XRPrimer (C++ API)  0.6.0
filesystem_utils.hpp File Reference
#include <string>
#include <vector>
Include dependency graph for filesystem_utils.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

bool FileSysUtilsIsRegularFile (const std::string &path)
 
bool FileSysUtilsIsDirectory (const std::string &path)
 
bool FileSysUtilsPathExists (const std::string &path)
 
bool FileSysUtilsGetCurrentPath (std::string &path)
 
bool FileSysUtilsGetParentPath (const std::string &file_path, std::string &parent_path)
 
bool FileSysUtilsIsAbsolutePath (const std::string &path)
 
bool FileSysUtilsGetAbsolutePath (const std::string &path, std::string &absolute)
 
bool FileSysUtilsGetCanonicalPath (const std::string &path, std::string &canonical)
 
bool FileSysUtilsCombinePaths (const std::string &parent, const std::string &child, std::string &combined)
 
bool FileSysUtilsParsePathList (const std::string &path_list, std::vector< std::string > &paths)
 
bool FileSysUtilsFindFilesInPath (const std::string &path, std::vector< std::string > &files)
 

Function Documentation

◆ FileSysUtilsCombinePaths()

bool FileSysUtilsCombinePaths ( const std::string &  parent,
const std::string &  child,
std::string &  combined 
)

◆ FileSysUtilsFindFilesInPath()

bool FileSysUtilsFindFilesInPath ( const std::string &  path,
std::vector< std::string > &  files 
)

◆ FileSysUtilsGetAbsolutePath()

bool FileSysUtilsGetAbsolutePath ( const std::string &  path,
std::string &  absolute 
)

◆ FileSysUtilsGetCanonicalPath()

bool FileSysUtilsGetCanonicalPath ( const std::string &  path,
std::string &  canonical 
)

◆ FileSysUtilsGetCurrentPath()

bool FileSysUtilsGetCurrentPath ( std::string &  path)

◆ FileSysUtilsGetParentPath()

bool FileSysUtilsGetParentPath ( const std::string &  file_path,
std::string &  parent_path 
)

◆ FileSysUtilsIsAbsolutePath()

bool FileSysUtilsIsAbsolutePath ( const std::string &  path)

◆ FileSysUtilsIsDirectory()

bool FileSysUtilsIsDirectory ( const std::string &  path)

◆ FileSysUtilsIsRegularFile()

bool FileSysUtilsIsRegularFile ( const std::string &  path)

◆ FileSysUtilsParsePathList()

bool FileSysUtilsParsePathList ( const std::string &  path_list,
std::vector< std::string > &  paths 
)

◆ FileSysUtilsPathExists()

bool FileSysUtilsPathExists ( const std::string &  path)