Go to file
Andrey Semashev 18a8a3430d Added support for removing read-only files on Windows.
Reworked remove() operation to separate POSIX and Windows implementations.
On Windows, if the file to be removed is read-only, try to reset the read-only
attribute before deleting the file. If deleting fails (other than because the
file is already deleted), try to restore the read-only attribute.

As a side effect, we were able to remove an implementation detail value from
the file_type enum that was used by the old remove() implementation.

Added a test for remove() on a read-only file on Windows. Also added tests
for remove_all(), including for cases with symlinks, hardlinks and read-only
files.

Also, corrected mklink /J argument in tests. The command accepts /j (lowercase)
to the same effect, but the formal help lists /J (uppercase) to create junctions.

Reported in https://github.com/boostorg/filesystem/issues/216.
2021-11-18 14:54:17 +03:00
.github/workflows Updated check for apt-add-repository capabilities. 2021-11-16 00:42:18 +03:00
bug Reformatted code for more consistent look and better readability. 2021-04-24 22:37:57 +03:00
build Added macro definitions to disable deprecated CRT warnings on Windows. 2021-10-26 19:03:28 +03:00
config Check that linking with bcrypt works in has_bcrypt config test. 2021-10-26 20:23:04 +03:00
doc Added support for removing read-only files on Windows. 2021-11-18 14:54:17 +03:00
example Added BOOST_FILESYSTEM_VERSION 4 and moved breaking path changes to v4. 2021-06-13 03:20:30 +03:00
include/boost Added support for removing read-only files on Windows. 2021-11-18 14:54:17 +03:00
meta Update maintainer list 2021-01-26 15:57:18 -05:00
src Added support for removing read-only files on Windows. 2021-11-18 14:54:17 +03:00
test Added support for removing read-only files on Windows. 2021-11-18 14:54:17 +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
appveyor.yml Added clang-win jobs to AppVeyor CI. 2021-10-17 22:59:39 +03:00
CMakeLists.txt Added macro definitions to disable deprecated CRT warnings on Windows. 2021-10-26 19:03:28 +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 link to AppVeyor badge. 2021-09-15 22:11:51 +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 GitHub Actions AppVeyor Test Matrix Dependencies
master GitHub Actions AppVeyor Tests Dependencies
develop GitHub Actions AppVeyor Tests Dependencies

License

Distributed under the Boost Software License, Version 1.0.