增加Lua函数

This commit is contained in:
2025-09-02 22:45:41 +08:00
parent 6788128cc3
commit 25e7cff75d
14 changed files with 260 additions and 22 deletions
+5 -2
View File
@@ -33,7 +33,10 @@ bool clearPath(const char* szPath, bool recursion, bool removeSelf);
bool createEmptyPath(const char* szPath);
// Force create a directory path, ensuring all parent directories are created as needed.
bool forceCreatePath(const char* szPath);
bool forceCreatePath(const wchar_t* szPath);
// Force create a directory path for the file
bool forceCreatePathForFile(const wchar_t* szFilePath);
// Get the parent directory path of the specified path.
void getParentPath(char* szPath);
void getParentPath(wchar_t* szPath);