1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-14 09:05:19 +02:00

Dynamic_Add_Media v2 (#11550)

This commit is contained in:
sfan5
2021-09-09 16:51:35 +02:00
committed by GitHub
parent bcb6565483
commit bbfae0cc67
19 changed files with 796 additions and 246 deletions

View File

@@ -71,6 +71,10 @@ bool DeleteSingleFileOrEmptyDirectory(const std::string &path);
// Returns path to temp directory, can return "" on error
std::string TempPath();
// Returns path to securely-created temporary file (will already exist when this function returns)
// can return "" on error
std::string CreateTempFile();
/* Returns a list of subdirectories, including the path itself, but excluding
hidden directories (whose names start with . or _)
*/