filesystem/doc
Andrey Semashev 141727b568 Treat dedup files as regular files on Windows.
Deduplicated files are reparse points with IO_REPARSE_TAG_DEDUP tag. Such
files are created by a dedup service running in the background, so a regular
file may be converted to a dedup reparse point at any time and without user's
intervention. For all intents and purposes dedup files should look like
normal, regular files, so it makes sense to report them as such in
Boost.Filesystem methods like status(), symlink_status() and everything
based on those. This commit implements this.

Closes https://github.com/boostorg/filesystem/issues/262.
2022-12-03 02:15:13 +03:00
..
deprecated.html
design.htm
do_list.html
faq.htm
index.htm
issue_reporting.html
Jamfile.v2
path_table.cpp
path_table.txt
portability_guide.htm
POSIX_filename_encoding.txt
reference.html
relative_proposal.html
release_history.html
styles.css
tickets.html Added directory_options. Set recursive_dir_iterator to end or pop on errors. 2019-08-02 19:43:46 +03:00
tutorial.html
v3_design.html
v3.html
v4.html