共用方式為


FileSystemOperationsExtensions.PathExists Method

Definition

Test the existence of a file or directory object specified by the file path.

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

Parameters

operations
IFileSystemOperations

The operations group for this extension method.

accountName
String

The Azure Data Lake Store account to execute filesystem operations on.

getFilePath
String

The Data Lake Store path (starting with '/') of the file or directory for which to test the existence of.

Returns

Applies to