File tree 1 file changed +13
-5
lines changed
1 file changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -14956,13 +14956,15 @@
14956
14956
\end {itemdecl }
14957
14957
14958
14958
\begin {itemdescr }
14959
+ \pnum
14960
+ \effects
14961
+ If \tcode {exists(p)} is \tcode {false}, an error is reported\iref {fs.err.report }.
14962
+
14959
14963
\pnum
14960
14964
\returns
14961
14965
\begin {itemize }
14962
14966
\item
14963
- If \tcode {exists(p)} is \tcode {false}, an error is reported\iref {fs.err.report }.
14964
- \item
14965
- Otherwise, if \tcode {is_regular_file(p)}, the size in bytes of the file
14967
+ If \tcode {is_regular_file(p)}, the size in bytes of the file
14966
14968
\tcode {p} resolves to, determined as if by the value of the POSIX \tcode {stat}
14967
14969
structure member \tcode {st_size} obtained as if by POSIX \tcode {stat()}.
14968
14970
\item
15751
15753
15752
15754
\begin {itemdescr }
15753
15755
\pnum
15754
- \returns An unspecified directory path suitable for temporary files. An error shall be reported if
15755
- \tcode {exists(p)} is \tcode {false} or \tcode {is_directory(p)} is \tcode {false}, where \tcode {p} is the path to be returned.
15756
+ Let \tcode {p} be an unspecified directory path suitable for temporary files.
15757
+
15758
+ \pnum
15759
+ \effects If \tcode {exists(p)} is \tcode {false} or \tcode {is_directory(p)} is
15760
+ \tcode {false}, an error is reported\iref {fs.err.report }.
15761
+
15762
+ \pnum
15763
+ \returns The path \tcode {p}.
15756
15764
The signature with argument \tcode {ec} returns \tcode {path()} if an
15757
15765
error occurs.
15758
15766
You can’t perform that action at this time.
0 commit comments