diff options
| author | jhurst <jhurst@cinecert.com> | 2014-09-21 13:27:43 +0000 |
|---|---|---|
| committer | jhurst <> | 2014-09-21 13:27:43 +0000 |
| commit | ab3e3df49a9d4a44a3bf11211e31bdeac3ef7bcf (patch) | |
| tree | 52023c92807dde6cb56835e957349327f1b9df0b /src/KM_fileio.h | |
| parent | 8d24b6effb0377fc3041c2e024e7c5593caecc52 (diff) | |
imf bugs
date parse bug
timed-text transform removed
Diffstat (limited to 'src/KM_fileio.h')
| -rwxr-xr-x | src/KM_fileio.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/KM_fileio.h b/src/KM_fileio.h index 1bf2822..a6970bf 100755 --- a/src/KM_fileio.h +++ b/src/KM_fileio.h @@ -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 //------------------------------------------------------------------------------------------ |
