std::experimental::filesystem::directory_entry::replace_filename
Min standard notice:
Changes the filename of the directory entry.
# Declarations
void replace_filename( const path& p );
(filesystem TS)
# Parameters
p: the path to append to the parent path of the currently stored path
# Return value
(none)