std::filesystem::directory_entry::assign

From cppreference.com
 
 
 
 
void assign( const std::filesystem::path& p );
(since C++17)

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

Contents

[edit] Parameters

[edit] Return value

(none)

[edit] Exceptions

[edit] Example

[edit] See also

assigns contents
(public member function)