IFileSystem.DirectoryExists(String) 方法

定義

public:
 bool DirectoryExists(System::String ^ path);
public bool DirectoryExists(string path);
abstract member DirectoryExists : string -> bool
Public Function DirectoryExists (path As String) As Boolean

參數

path
String

傳回

適用於