tmp/tmpmsx7glns/{from.md → to.md}
RENAMED
|
@@ -1,10 +1,10 @@
|
|
| 1 |
#### Remove <a id="fs.op.remove">[[fs.op.remove]]</a>
|
| 2 |
|
| 3 |
``` cpp
|
| 4 |
-
bool remove(const path& p);
|
| 5 |
-
bool remove(const path& p, error_code& ec) noexcept;
|
| 6 |
```
|
| 7 |
|
| 8 |
*Effects:* If `exists(symlink_status(p, ec))`, the file `p` is removed
|
| 9 |
as if by POSIX `remove()`.
|
| 10 |
|
|
|
|
| 1 |
#### Remove <a id="fs.op.remove">[[fs.op.remove]]</a>
|
| 2 |
|
| 3 |
``` cpp
|
| 4 |
+
bool filesystem::remove(const path& p);
|
| 5 |
+
bool filesystem::remove(const path& p, error_code& ec) noexcept;
|
| 6 |
```
|
| 7 |
|
| 8 |
*Effects:* If `exists(symlink_status(p, ec))`, the file `p` is removed
|
| 9 |
as if by POSIX `remove()`.
|
| 10 |
|