summaryrefslogtreecommitdiff
path: root/tools.h
diff options
context:
space:
mode:
authorRolf Ahrenberg <Rolf.Ahrenberg@sci.fi>2011-02-12 13:53:08 +0200
committerDieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de>2011-02-13 00:36:52 +0100
commitdbfccb06a4d922f40cb91694f8c6228869cf728d (patch)
treecbd4baa4501b7b3a7896a88412ac0289a8091fe4 /tools.h
parentf75e7079c7399bbbaeee202594505e309539afcf (diff)
downloadvdr-plugin-live-dbfccb06a4d922f40cb91694f8c6228869cf728d.tar.gz
vdr-plugin-live-dbfccb06a4d922f40cb91694f8c6228869cf728d.tar.bz2
Added an option to copy recordings instead of moving.
Diffstat (limited to 'tools.h')
-rw-r--r--tools.h2
1 files changed, 1 insertions, 1 deletions
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
{