diff options
Diffstat (limited to 'CPP/Windows/FileDir.h')
| -rw-r--r-- | CPP/Windows/FileDir.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CPP/Windows/FileDir.h b/CPP/Windows/FileDir.h index 74675ee..65e6368 100644 --- a/CPP/Windows/FileDir.h +++ b/CPP/Windows/FileDir.h | |||
| @@ -78,6 +78,11 @@ bool CreateComplexDir(CFSTR path); | |||
| 78 | 78 | ||
| 79 | bool DeleteFileAlways(CFSTR name); | 79 | bool DeleteFileAlways(CFSTR name); |
| 80 | bool RemoveDirWithSubItems(const FString &path); | 80 | bool RemoveDirWithSubItems(const FString &path); |
| 81 | #ifdef _WIN32 | ||
| 82 | bool RemoveDirAlways_if_Empty(const FString &path); | ||
| 83 | #else | ||
| 84 | #define RemoveDirAlways_if_Empty RemoveDir | ||
| 85 | #endif | ||
| 81 | 86 | ||
| 82 | bool MyGetFullPathName(CFSTR path, FString &resFullPath); | 87 | bool MyGetFullPathName(CFSTR path, FString &resFullPath); |
| 83 | bool GetFullPathAndSplit(CFSTR path, FString &resDirPrefix, FString &resFileName); | 88 | bool GetFullPathAndSplit(CFSTR path, FString &resDirPrefix, FString &resFileName); |
