From 8058475a3d7017a553bf4553ebe158d1f6bf594b Mon Sep 17 00:00:00 2001 From: Tim Mayberry Date: Tue, 4 Sep 2007 04:48:33 +0000 Subject: Add function ARDOUR::create_backup_file in new header ardour/session_state_utils.h/cc git-svn-id: svn://localhost/ardour2/trunk@2382 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/ardour/session_state_utils.h | 40 ++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 libs/ardour/ardour/session_state_utils.h (limited to 'libs/ardour/ardour/session_state_utils.h') diff --git a/libs/ardour/ardour/session_state_utils.h b/libs/ardour/ardour/session_state_utils.h new file mode 100644 index 0000000000..170dffe17c --- /dev/null +++ b/libs/ardour/ardour/session_state_utils.h @@ -0,0 +1,40 @@ +/* + Copyright (C) 2007 Tim Mayberry + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +*/ + +#ifndef ARDOUR_SESSION_STATE_UTILS_INCLUDED +#define ARDOUR_SESSION_STATE_UTILS_INCLUDED + +#include + +namespace ARDOUR { + +using namespace PBD; + +/** + * Attempt to create a backup copy of a file. + * + * A copy of the file is created in the same directory using + * the same filename with the backup suffix appended. + * + * @return true if successful, false otherwise. + */ +bool create_backup_file (const sys::path & file_path); + +} // namespace ARDOUR + +#endif -- cgit v1.2.3