7 #if !defined(ARMNN_DISABLE_FILESYSTEM)
12 #include <common/include/WindowsWrapper.hpp>
14 #include <ghc/filesystem.hpp>
17 namespace fs = ghc::filesystem;
std::string CreateDirectory(std::string sPath)
Returns full path to temporary folder.
FileContents ReadFileContentsIntoString(const std::string &path)
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.
void RemoveDirectoryAndContents(const std::string &path)
Remove a directory and its contents.