次の方法で共有


FileSystemOperationsExtensions.PathExists メソッド

定義

ファイル パスで指定されたファイルまたはディレクトリ オブジェクトの存在をテストします。

public static bool PathExists (this Microsoft.Azure.Management.DataLake.Store.IFileSystemOperations operations, string accountName, string getFilePath);
static member PathExists : Microsoft.Azure.Management.DataLake.Store.IFileSystemOperations * string * string -> bool
<Extension()>
Public Function PathExists (operations As IFileSystemOperations, accountName As String, getFilePath As String) As Boolean

パラメーター

operations
IFileSystemOperations

この拡張メソッドの操作グループ。

accountName
String

ファイルシステム操作を実行する Azure Data Lake Store アカウント。

getFilePath
String

存在をテストする対象のファイルまたはディレクトリの Data Lake Store パス ('/' から始まる)。

戻り値

適用対象