std::experimental::filesystem::copy_symlink

Header: <experimental/filesystem>

Copies a symlink to another location.

# Declarations

void copy_symlink( const path& from, const path& to );

(filesystem TS)

void copy_symlink( const path& from, const path& to,
error_code& ec );

(filesystem TS)

# Parameters

# Return value

(none)

# See also