24.08
|
#include <ghc/filesystem.hpp>
#include <string>
Go to the source code of this file.
Namespaces | |
armnnUtils | |
armnnUtils::Filesystem | |
Typedefs | |
using | FileContents = std::string |
Functions | |
fs::path | NamedTempFile (const char *fileName) |
Returns a path to a file in the system temporary folder. If the file existed it will be deleted. More... | |
std::string | CreateDirectory (std::string sPath) |
Returns full path to temporary folder. More... | |
FileContents | ReadFileContentsIntoString (const std::string &path) |
void | RemoveDirectoryAndContents (const std::string &path) |
Remove a directory and its contents. More... | |