System::IO::DirectoryInfo::get_Exists method

DirectoryInfo::get_Exists method

Determines if the path represented by the current object refers to existing directory.

virtual bool System::IO::DirectoryInfo::get_Exists() override

ReturnValue

True if the path refers to existing directory, otherwise - false

See Also