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 Moved path_traits.hpp to detail. 2022-08-21 18:45:59 +03:00
design.htm Corrected docs formatting, consistent spelling of Diermar Kühl's credits. 2021-06-13 03:55:07 +03:00
do_list.html Added directory_options. Set recursive_dir_iterator to end or pop on errors. 2019-08-02 19:43:46 +03:00
faq.htm Removed mentions of u16string and u32string from docs. 2022-08-14 20:08:10 +03:00
index.htm Corrected docs formatting, consistent spelling of Diermar Kühl's credits. 2021-06-13 03:55:07 +03:00
issue_reporting.html Removed "revised" timestamps from the docs, added copyrights. 2021-06-13 03:46:46 +03:00
Jamfile.v2 Removed asynch-exceptions=on for MSVC. 2019-01-14 20:46:59 +03:00
path_table.cpp Reformatted code for more consistent look and better readability. 2021-04-24 22:37:57 +03:00
path_table.txt Filesystem - Move V3 files and directories into place 2012-03-26 12:31:06 +00:00
portability_guide.htm Removed "revised" timestamps from the docs, added copyrights. 2021-06-13 03:46:46 +03:00
POSIX_filename_encoding.txt Filesystem - Move V3 files and directories into place 2012-03-26 12:31:06 +00:00
reference.html Added support for string views and boost::container::string. 2022-08-31 09:52:30 +03:00
relative_proposal.html Removed "revised" timestamps from the docs, added copyrights. 2021-06-13 03:46:46 +03:00
release_history.html Treat dedup files as regular files on Windows. 2022-12-03 02:15:13 +03:00
styles.css Changes docs width and corrected fonts. 2021-06-13 03:45:08 +03:00
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 Removed "revised" timestamps from the docs, added copyrights. 2021-06-13 03:46:46 +03:00
v3_design.html Removed "revised" timestamps from the docs, added copyrights. 2021-06-13 03:46:46 +03:00
v3.html Removed "revised" timestamps from the docs, added copyrights. 2021-06-13 03:46:46 +03:00
v4.html Deprecated path construction/assignment/appending from container types. 2022-08-14 19:14:42 +03:00