From dbfccb06a4d922f40cb91694f8c6228869cf728d Mon Sep 17 00:00:00 2001 From: Rolf Ahrenberg Date: Sat, 12 Feb 2011 13:53:08 +0200 Subject: Added an option to copy recordings instead of moving. --- tools.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools.h') diff --git a/tools.h b/tools.h index 61cce8b..2005b0f 100644 --- a/tools.h +++ b/tools.h @@ -63,7 +63,7 @@ namespace vdrlive { std::string FileSystemExchangeChars(std::string const & s, bool ToFileSystem); - bool MoveDirectory(std::string const & sourceDir, std::string const & targetDir); + bool MoveDirectory(std::string const & sourceDir, std::string const & targetDir, bool copy = false); struct bad_lexical_cast: std::runtime_error { -- cgit v1.2.3