imf bugs
[asdcplib.git] / src / KM_fileio.h
index 1bf2822077c416b9af998a93645ea3daa8f1e881..a6970bfb4b2e32996b5ea1888aa3ed41c7b7a1f1 100755 (executable)
@@ -274,6 +274,9 @@ namespace Kumu
   // Recursively remove a file or directory
   Result_t DeletePath(const std::string& pathname);
 
+  // Remove the path only if it is a directory that is empty.
+  Result_t DeleteDirectoryIfEmpty(const std::string& path);
+
   //------------------------------------------------------------------------------------------
   // File I/O Wrappers
   //------------------------------------------------------------------------------------------