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

FreeBSD Manual Pages

  
 
  

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

NAME
       std::experimental::filesystem::directory_entry::path  - std::experimen-
       tal::filesystem::directory_entry::path

Synopsis
	  const	path& path() const;	  (filesystem TS)
	  operator const path& () const;  (filesystem TS)

	  Returns the full path	the directory entry refers to.

Parameters
	  (none)

Return value
	  The full path	the directory entry refers to.

Exceptions
	  noexcept specification:
	  noexcept

See also
	   This	section	is incomplete

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

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

home | help