增加Lua函数
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user