你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AdlsClient.CheckExists(String) 方法

定义

检查文件或目录是否存在

public virtual bool CheckExists (string path);
abstract member CheckExists : string -> bool
override this.CheckExists : string -> bool
Public Overridable Function CheckExists (path As String) As Boolean

参数

path
String

路径名

返回

如果路径存在,则为 True,否则为 false

适用于