std::experimental::filesystem::directory_entry::assign

Assigns new content to the directory entry object. Sets the path to p.

# Declarations

void assign( const path& p );

(filesystem TS)

# Return value

(none)

# See also