xtd 0.2.0
Loading...
Searching...
No Matches

◆ exists()

virtual bool xtd::io::file_system_info::exists ( ) const
pure virtual

Gets a value indicating whether the file or directory exists.

Returns
true if the file or directory exists; otherwise, false.
Remarks
For a list of common I/O tasks, see Common I/O Tasks.

Implemented in xtd::io::directory_info, and xtd::io::file_info.