std::experimental::filesystem::directory_entry::assign
Min standard notice:
Assigns new content to the directory entry object. Sets the path to p.
# Declarations
void assign( const path& p );
(filesystem TS)
# Return value
(none)
Assigns new content to the directory entry object. Sets the path to p.
void assign( const path& p );
(filesystem TS)
(none)