Draft Function path_relative_to_path

This commit is contained in:
Bruno
2021-07-28 19:03:38 +02:00
parent 0555361a57
commit fc91e7cbdd
2 changed files with 84 additions and 0 deletions

View File

@@ -51,6 +51,8 @@ namespace SystemToolkit
// list all files of a directory mathing the given filter extension (if any)
std::list<std::string> list_directory(const std::string& path, const std::list<std::string> &extensions);
std::string path_relative_to_path(const std::string& absolutePath, const std::string& relativeTo);
// true of file exists
bool file_exists(const std::string& path);