Go to file
2019-10-05 23:18:30 +03:00
bug Removed asynch-exceptions=on for MSVC. 2019-01-14 20:46:59 +03:00
build Moved directory tools to separate files. Reworked readdir_r support. 2019-08-01 20:34:39 +03:00
doc Removed "new" content markup, HTML fixes, added lexically_proximate docs. 2019-10-05 23:18:30 +03:00
example Moved directory tools to separate files. Reworked readdir_r support. 2019-08-01 20:34:39 +03:00
include/boost Added directory_options::skip_dangling_symlinks. 2019-08-20 19:02:56 +03:00
meta Fixed JSON metadata. 2018-10-30 11:48:16 +03:00
src Fixed path::lexically_relative to handle empty, dot and dot-dot elements. 2019-10-05 19:14:21 +03:00
test Fixed path::lexically_relative to handle empty, dot and dot-dot elements. 2019-10-05 19:14:21 +03:00
tools Add publish.bat. Fix spacing issue in index.htm. 2015-01-11 16:25:34 -05:00
.gitattributes initial commit - review comments not yet applied 2002-10-09 19:49:35 +00:00
.gitignore Initial commit. 2014-07-23 10:11:34 -04:00
.travis.yml Added CXXFLAGS propagation to b2 command line. 2019-08-21 18:59:14 +03:00
appveyor.yml Changed VS2013 images to VS2015 to work around bootstrap failures in Appveyor CI. 2019-04-15 11:48:40 +03:00
CMakeLists.txt Add src/exception.cpp to CMakeLists.txt 2019-10-03 12:12:30 +01:00
index.html Filesystem - Delete v3 directories no longer needed. Cleanup links, namespaces, and other residue from dual v2/v3 support. 2012-03-26 12:44:24 +00:00
README.md Adde more directions to the readme file. 2018-11-01 16:46:17 +03:00

Boost.Filesystem

Boost.Filesystem, part of collection of the Boost C++ Libraries, provides facilities to manipulate files and directories, and the paths that identify them.

Directories

  • doc - Documentation sources
  • include - Interface headers of Boost.Filesystem
  • src - Compilable source files of Boost.Filesystem
  • test - Boost.Filesystem unit tests
  • example - Boost.Filesystem usage examples

More information

  • Documentation
  • Report bugs. Be sure to mention Boost version, platform and compiler you're using. A small compilable code sample to reproduce the problem is always good as well.
  • Submit your patches as pull requests against develop branch. Note that by submitting patches you agree to license your modifications under the Boost Software License, Version 1.0.

Build status

Master: AppVeyor Travis CI Develop: AppVeyor Travis CI

License

Distributed under the Boost Software License, Version 1.0.