copy_symlink Function <filesystem>

Copies a symbolic link.

void copy_symlink(const path&, const path&);
void copy_symlink(const path&, const path&, error_code&) noexcept;

Remarks

Currently not implemented.

Example

This is the description for a Code Example.

Optional comments.

.NET Framework Equivalent

Optional .NET Framework equivalent section.

Requirements

Header: filesystem

Namespace: std::tr2::sys

See Also

Reference

<filesystem>

Other Resources

C++ Standard Library Header Files