We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 076ae4e commit a28db44Copy full SHA for a28db44
source/iostreams.tex
@@ -14812,7 +14812,7 @@
14812
directory \tcode{p} resolves to, with
14813
attributes copied from directory \tcode{existing_p}. The set of attributes
14814
copied is operating system dependent.
14815
- Creation failure because \tcode{p} already exists is not treated as an error.
+ Creation failure because \tcode{p} already exists is not an error.
14816
\begin{note} For POSIX-based operating systems, the
14817
attributes are those copied by native API \tcode{stat(existing_p.c_str(), \&attributes_stat)}
14818
followed by \tcode{mkdir(p.c_str(), attributes_stat.st_mode)}. For
0 commit comments