Skip to content

Commit 32c8862

Browse files
committed
[fs.op.remove.all] Clarify the effect when p is not a directory
1 parent be3f357 commit 32c8862

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/iostreams.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16421,8 +16421,8 @@
1642116421
\begin{itemdescr}
1642216422
\pnum
1642316423
\effects
16424-
Recursively deletes the contents of \tcode{p} if it exists,
16425-
then deletes file \tcode{p} itself, as if by POSIX \tcode{remove()}.
16424+
Same as \tcode{remove}\iref{fs.op.remove}, except that if \tcode{p} is a directory,
16425+
also recursively deletes the contents of \tcode{p}.
1642616426
\begin{note}
1642716427
A symbolic link is itself removed, rather than the file it
1642816428
resolves to.

0 commit comments

Comments
 (0)