aboutsummaryrefslogtreecommitdiff
path: root/CPP/Windows/FileDir.h
diff options
context:
space:
mode:
Diffstat (limited to 'CPP/Windows/FileDir.h')
-rw-r--r--CPP/Windows/FileDir.h5
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
79bool DeleteFileAlways(CFSTR name); 79bool DeleteFileAlways(CFSTR name);
80bool RemoveDirWithSubItems(const FString &path); 80bool RemoveDirWithSubItems(const FString &path);
81#ifdef _WIN32
82bool RemoveDirAlways_if_Empty(const FString &path);
83#else
84#define RemoveDirAlways_if_Empty RemoveDir
85#endif
81 86
82bool MyGetFullPathName(CFSTR path, FString &resFullPath); 87bool MyGetFullPathName(CFSTR path, FString &resFullPath);
83bool GetFullPathAndSplit(CFSTR path, FString &resDirPrefix, FString &resFileName); 88bool GetFullPathAndSplit(CFSTR path, FString &resDirPrefix, FString &resFileName);