diff options
author | Rolf Ahrenberg <Rolf.Ahrenberg@sci.fi> | 2011-02-12 13:53:08 +0200 |
---|---|---|
committer | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2011-02-13 00:36:52 +0100 |
commit | dbfccb06a4d922f40cb91694f8c6228869cf728d (patch) | |
tree | cbd4baa4501b7b3a7896a88412ac0289a8091fe4 /tools.h | |
parent | f75e7079c7399bbbaeee202594505e309539afcf (diff) | |
download | vdr-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 { |