600
|
1 |
// boost/filesystem/filesystem.hpp -----------------------------------------//
|
|
2 |
|
|
3 |
// Copyright Beman Dawes 2005
|
|
4 |
|
|
5 |
// Use, modification, and distribution is subject to the Boost Software
|
|
6 |
// License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
|
7 |
// http://www.boost.org/LICENSE_1_0.txt)
|
|
8 |
|
|
9 |
// See library home page at http://www.boost.org/libs/filesystem
|
|
10 |
|
|
11 |
//----------------------------------------------------------------------------//
|
|
12 |
|
|
13 |
#ifndef BOOST_FILESYSTEM_FILESYSTEM_HPP
|
|
14 |
#define BOOST_FILESYSTEM_FILESYSTEM_HPP
|
|
15 |
|
|
16 |
#include <boost/filesystem/operations.hpp> // includes path.hpp
|
|
17 |
#include <boost/filesystem/convenience.hpp>
|
|
18 |
|
|
19 |
#endif
|
|
20 |
|