fw4spl
pathDifference.hpp
1 /* ***** BEGIN LICENSE BLOCK *****
2  * FW4SPL - Copyright (C) IRCAD, 2009-2015.
3  * Distributed under the terms of the GNU Lesser General Public License (LGPL) as
4  * published by the Free Software Foundation.
5  * ****** END LICENSE BLOCK ****** */
6 
7 #ifndef __FWTOOLS_PATHDIFFERENCE_HPP__
8 #define __FWTOOLS_PATHDIFFERENCE_HPP__
9 
10 #include "fwTools/config.hpp"
11 #include <boost/filesystem/path.hpp>
12 
13 
14 namespace fwTools
15 {
49 FWTOOLS_API boost::filesystem::path getPathDifference( boost::filesystem::path path1, boost::filesystem::path path2 );
50 
51 }
52 
53 #endif /*__FWTOOLS_PATHDIFFERENCE_HPP__*/
The namespace fwTools contains several tools like UUID, factory, dispatche, stringizer, macros, helper.
FWTOOLS_API boost::filesystem::path getPathDifference(boost::filesystem::path path1, boost::filesystem::path path2)
Return the relative difference within two paths.