Fix #14620: Use full file path when deleting files. (#14623)

This commit is contained in:
Kuhnovic
2025-09-17 21:43:22 +02:00
committed by dP
parent 5191e486f9
commit afd0313802
3 changed files with 13 additions and 15 deletions
-1
View File
@@ -112,7 +112,6 @@ bool FiosBrowseTo(const FiosItem *item);
std::string FiosGetCurrentPath();
std::optional<uint64_t> FiosGetDiskFreeSpace(const std::string &path);
bool FiosDelete(std::string_view name);
std::string FiosMakeHeightmapName(std::string_view name);
std::string FiosMakeSavegameName(std::string_view name);