boost_filesystem 0.1.0

Boost C++ library boost_filesystem packaged using Zanbil
Documentation
1
2
3
4
5
6
7
#include <boost/filesystem.hpp>

int main(void)
{
    boost::filesystem::copy_file("a", "b");
    return 0;
}