Snapshots

This commit is contained in:
Robin Davies
2024-10-03 07:27:13 -04:00
parent 0b7078b592
commit 7821872016
69 changed files with 6070 additions and 1169 deletions
+3
View File
@@ -52,6 +52,9 @@ TemporaryFile::TemporaryFile(const std::filesystem::path&directory)
this->path = filename;
}
void TemporaryFile::Detach() {
this->path.clear();
}
TemporaryFile::~TemporaryFile()
{
if (!path.empty())