Added more edge case handling for Library backup
This commit is contained in:
parent
0d8c0651a9
commit
0258c43b37
3 changed files with 48 additions and 11 deletions
|
@ -27,5 +27,7 @@ namespace API.Interfaces.Services
|
|||
/// <param name="directoryPath"></param>
|
||||
/// <returns></returns>
|
||||
bool ExistOrCreate(string directoryPath);
|
||||
|
||||
void ClearAndDeleteDirectory(string directoryPath);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue