Added more edge case handling for Library backup

This commit is contained in:
Joseph Milazzo 2021-02-17 09:48:42 -06:00
parent 0d8c0651a9
commit 0258c43b37
3 changed files with 48 additions and 11 deletions

View file

@ -27,5 +27,7 @@ namespace API.Interfaces.Services
/// <param name="directoryPath"></param>
/// <returns></returns>
bool ExistOrCreate(string directoryPath);
void ClearAndDeleteDirectory(string directoryPath);
}
}