System::IO::DirectoryInfo::get_Exists 方法

DirectoryInfo::get_Exists method

确定当前对象表示的路径是否指向已存在的目录。

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

ReturnValue

如果路径指向已存在的目录则为 true,否则为 false

另见