Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
std::experi...ce_filename(3)  C++ Standard Libary std::experi...ce_filename(3)

NAME
       std::experimental::filesystem::directory_entry::replace_filename	     -
       std::experimental::filesystem::directory_entry::replace_filename

Synopsis
	  void replace_filename( const path& p );  (filesystem TS)

	  Changes the filename of the directory	entry.

	  Effectively sets path	to path().parent_path()	/ p.

	  This function	does not commit	any changes to the filesystem.

Parameters
	  p - the path to append to the	parent path of	the  currently	stored
       path

Return value
	  (none)

Exceptions
	   This	section	is incomplete

See also
	   This	section	is incomplete

http://cppreference.com		  2022.07.31	  std::experi...ce_filename(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=std::experimental::filesystem::directory_entry::replace_filename&sektion=3&manpath=FreeBSD+Ports+15.0>

home | help