Go to file
Andrey Semashev af6ac28b57 Added ERROR_BAD_NET_NAME to the list of errors indicating "file not found".
ERROR_BAD_NET_NAME is returned on Windows 10 21H1 x64 when a non-existent
share is accessed: "\\no-host\no-share".
2021-05-30 22:27:04 +03:00
bug Reformatted code for more consistent look and better readability. 2021-04-24 22:37:57 +03:00
build Force use of windows.h when building the library. 2021-05-21 00:09:00 +03:00
config Increased the minimum buffer size in read/write loop in copy_file. 2021-05-19 00:22:31 +03:00
doc Added weakly_canonical overloads taking base path as an argument. 2021-05-29 18:40:51 +03:00
example Force C++11 for compiling examples that are using C++11 features. 2021-05-19 04:14:24 +03:00
include/boost Added weakly_canonical overloads taking base path as an argument. 2021-05-29 18:40:51 +03:00
meta Update maintainer list 2021-01-26 15:57:18 -05:00
src Added ERROR_BAD_NET_NAME to the list of errors indicating "file not found". 2021-05-30 22:27:04 +03:00
test Disable building examples in tests by default. 2021-05-20 23:39:06 +03: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 Disable building examples in tests by default. 2021-05-20 23:39:06 +03:00
appveyor.yml Disable building examples in tests by default. 2021-05-20 23:39:06 +03:00
CMakeLists.txt Force use of windows.h when building the library. 2021-05-21 00:09:00 +03: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 Updated README.md with better representation of build status. 2020-03-10 22:53:24 +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

Build status

Branch Travis CI AppVeyor Test Matrix Dependencies
master Travis CI AppVeyor Tests Dependencies
develop Travis CI AppVeyor Tests Dependencies

License

Distributed under the Boost Software License, Version 1.0.