tmp/tmpgq1u7_wt/{from.md → to.md}
RENAMED
|
@@ -1,10 +1,10 @@
|
|
| 1 |
#### Create hard link <a id="fs.op.create.hard.lk">[[fs.op.create.hard.lk]]</a>
|
| 2 |
|
| 3 |
``` cpp
|
| 4 |
-
void create_hard_link(const path& to, const path& new_hard_link);
|
| 5 |
-
void create_hard_link(const path& to, const path& new_hard_link,
|
| 6 |
error_code& ec) noexcept;
|
| 7 |
```
|
| 8 |
|
| 9 |
*Effects:* Establishes the postcondition, as if by POSIX `link()`.
|
| 10 |
|
|
|
|
| 1 |
#### Create hard link <a id="fs.op.create.hard.lk">[[fs.op.create.hard.lk]]</a>
|
| 2 |
|
| 3 |
``` cpp
|
| 4 |
+
void filesystem::create_hard_link(const path& to, const path& new_hard_link);
|
| 5 |
+
void filesystem::create_hard_link(const path& to, const path& new_hard_link,
|
| 6 |
error_code& ec) noexcept;
|
| 7 |
```
|
| 8 |
|
| 9 |
*Effects:* Establishes the postcondition, as if by POSIX `link()`.
|
| 10 |
|