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