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

From cppreference.com
 
 
 
 
void assign( const path& p, file_status status = file_status(),
             file_status symlink_status = file_status() );
(filesystem TS)

Assigns new content to the directory entry object. Sets the path to p, file status to status and symlink status to symlink_status.

Contents

[edit] Parameters

[edit] Return value

(none)

[edit] Exceptions

[edit] See also

assigns contents
(public member function)