This file contains file utility functions. More...
#include <filesystem>#include <vector>
Include dependency graph for File.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | utl |
Functions | |
| std::vector< char > | utl::fileToVector (const std::filesystem::path &path) |
| Read a file and return its contents as a vector of chars. | |
| std::string | utl::fileToString (const std::filesystem::path &path) |
| Read a file and return its contents as a string. | |
This file contains file utility functions.
Definition in file File.hpp.