Add ToValidFileName function

This commit is contained in:
Georg Hagen
2024-10-10 14:54:36 +02:00
parent 0c62ba8626
commit 9228010625
2 changed files with 61 additions and 0 deletions

View File

@@ -20,5 +20,7 @@ namespace OpenVulkano
static bool IsTreeEmpty(const std::filesystem::path& dir);
static ByteSize GetDirSize(const std::filesystem::path& dir);
static std::string ToValidFileName(std::string filename);
};
}