diff options
Diffstat (limited to 'src/filesystem.h')
| -rw-r--r-- | src/filesystem.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/filesystem.h b/src/filesystem.h index 1d434200..679be1f9 100644 --- a/src/filesystem.h +++ b/src/filesystem.h @@ -47,6 +47,7 @@ namespace filesystem boost::filesystem::path absolute(boost::filesystem::path const& path); boost::filesystem::path canonical(boost::filesystem::path const& path); boost::filesystem::path weakly_canonical(boost::filesystem::path const& path); +boost::filesystem::path change_extension(boost::filesystem::path const& from, std::string const& new_extension); void copy(boost::filesystem::path const& from, boost::filesystem::path const& to); void copy_file(boost::filesystem::path const& from, boost::filesystem::path const& to); void copy_file(boost::filesystem::path const& from, boost::filesystem::path const& to, boost::system::error_code& ec); |
